Skip to content

Commit 794b9ff

Browse files
authored
Try adding end to end tests using new action (#1806)
1 parent 97a4e5c commit 794b9ff

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/test.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,19 @@ defaults:
1414
run:
1515
shell: bash
1616
jobs:
17+
e2e-test:
18+
runs-on: ubuntu-20.04
19+
name: "Sentry self-hosted end-to-end tests"
20+
steps:
21+
- name: Checkout
22+
uses: actions/checkout@v3
23+
with:
24+
path: self-hosted
25+
- name: End to end tests
26+
uses: getsentry/action-self-hosted-e2e-tests@a279745f971086de369c9573d59c332f24af9d5f
27+
with:
28+
project_name: self-hosted
29+
1730
unit-test:
1831
runs-on: ubuntu-20.04
1932
name: "unit tests"

0 commit comments

Comments
 (0)