Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(self-hosted): Add self-hosted e2e test action #5828

Merged
merged 6 commits into from
Apr 30, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
bump commit sha
  • Loading branch information
hubertdeng123 committed Apr 26, 2024
commit 2cf66f5beaf5ab39fb19d116dc05f6b2588bdb66
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ jobs:
- name: Checkout Snuba
uses: actions/checkout@v3
- name: Run Sentry self-hosted e2e CI
uses: getsentry/action-self-hosted-e2e-tests@478325df96e27abcdd6f8544519fe9f18b57ca76
uses: getsentry/action-self-hosted-e2e-tests@4b17ce9ab424683a1c77ef6685b4f9c26b4f8d07
with:
project_name: snuba
docker_repo: getsentry/snuba
Expand Down
Loading