Try adding end to end tests using new action (#1806)

This commit is contained in:
Ethan Smith 2022-11-14 09:31:04 -08:00 committed by GitHub
parent 97a4e5cce4
commit 794b9ffce5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"