mirror of
https://github.com/getsentry/self-hosted.git
synced 2026-02-06 10:57:17 +00:00
Try adding end to end tests using new action (#1806)
This commit is contained in:
parent
97a4e5cce4
commit
794b9ffce5
13
.github/workflows/test.yml
vendored
13
.github/workflows/test.yml
vendored
@ -14,6 +14,19 @@ defaults:
|
||||
run:
|
||||
shell: bash
|
||||
jobs:
|
||||
e2e-test:
|
||||
runs-on: ubuntu-20.04
|
||||
name: "Sentry self-hosted end-to-end tests"
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
path: self-hosted
|
||||
- name: End to end tests
|
||||
uses: getsentry/action-self-hosted-e2e-tests@a279745f971086de369c9573d59c332f24af9d5f
|
||||
with:
|
||||
project_name: self-hosted
|
||||
|
||||
unit-test:
|
||||
runs-on: ubuntu-20.04
|
||||
name: "unit tests"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user