Skip to content

Commit

Permalink
Install sentry-cli (#5)
Browse files Browse the repository at this point in the history
This is a new dependency of the integration tests from getsentry/self-hosted#1916
  • Loading branch information
emmatyping authored Jan 18, 2023
1 parent 711694d commit 20b5170
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ runs:
with:
repository: "getsentry/self-hosted"
path: self-hosted
- name: Install sentry-cli
shell: bash
run: curl -sL https://sentry.io/get-cli/ | sh
- name: Pull the test image
if: ${{ inputs.project_name != 'self-hosted' }}
id: image_pull
Expand Down

0 comments on commit 20b5170

Please sign in to comment.