Skip to content

Commit

Permalink
Override fail-fast of GHA shell
Browse files Browse the repository at this point in the history
From https://github.com/orgs/community/discussions/46992#discussioncomment-4961541

This should allow us to populate the appropriate env vars even if the label-analysis step fails.
Which is not the case currently (see https://github.com/giovanni-guidini/sentry/actions/runs/6409333248/job/17400305852)
  • Loading branch information
giovanni-guidini committed Oct 4, 2023
1 parent fe8cde9 commit 2ed373c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codecov_ats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
id: label_analysis
continue-on-error: true
run: |
set +e
BASE_COMMIT=$(git rev-parse ${{ github.sha }}^)
echo $BASE_COMMIT
output=$(codecovcli --codecov-yml-path=codecov.yml label-analysis --dry-run --token=${CODECOV_STATIC_TOKEN} --base-sha=${BASE_COMMIT})
Expand Down

0 comments on commit 2ed373c

Please sign in to comment.