Skip to content

Commit

Permalink
feat(hc): Split silo tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mrduncan committed Oct 26, 2023
1 parent acaf5e4 commit facb9e2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ jobs:
# https://github.com/codecov/codecov-bash/blob/7100762afbc822b91806a6574658129fe0d23a7d/codecov#L891
fetch-depth: '2'

- name: Update environment for silo tests
run: |
echo "SENTRY_FORCE_SILOED_TESTS=1" >> "$GITHUB_ENV"
- name: Setup sentry env
uses: ./.github/actions/setup-sentry
id: setup
Expand Down Expand Up @@ -130,6 +134,10 @@ jobs:
# https://github.com/codecov/codecov-bash/blob/7100762afbc822b91806a6574658129fe0d23a7d/codecov#L891
fetch-depth: '2'

- name: Update environment for silo tests
run: |
echo "SENTRY_FORCE_SILOED_TESTS=1" >> "$GITHUB_ENV"
- name: Setup sentry env
uses: ./.github/actions/setup-sentry
id: setup
Expand Down Expand Up @@ -161,6 +169,10 @@ jobs:
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0

- name: Update environment for silo tests
run: |
echo "SENTRY_FORCE_SILOED_TESTS=1" >> "$GITHUB_ENV"
- name: Setup sentry env
uses: ./.github/actions/setup-sentry
id: setup
Expand Down

0 comments on commit facb9e2

Please sign in to comment.