diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5687167..a35f797 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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"