Skip to content

Commit

Permalink
ci: Update self-hosted e2e action to bring in fix for race condition …
Browse files Browse the repository at this point in the history
…in tests (#1785)

This pulls in getsentry/action-self-hosted-e2e-tests@627c9b5

_#skip-changelog_
  • Loading branch information
emmatyping authored Jan 27, 2023
1 parent 69d3f0f commit 1acb19e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v3
- name: Run Sentry self-hosted e2e CI
uses: getsentry/action-self-hosted-e2e-tests@20b5170d3b59d8b44ee5327d64b31d6b6b5aa34f
uses: getsentry/action-self-hosted-e2e-tests@627c9b50cb168c546ed6e2c461dae76d5d0c7cdb
with:
project_name: relay
image_url: us.gcr.io/sentryio/relay:${{ github.event.pull_request.head.sha || github.sha }}
Expand Down

0 comments on commit 1acb19e

Please sign in to comment.