Skip to content

Commit

Permalink
Test3
Browse files Browse the repository at this point in the history
  • Loading branch information
spalmurray-codecov committed May 21, 2024
1 parent 1a006a1 commit d199e06
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo "$SENTRY_DSN"
- run: echo "${{ SENTRY_DSN }}"
- run: echo "${{ env.SENTRY_DSN }}"
- run: echo "$SENTRY_DSN"
env:
SENTRY_DSN: ${{ env.SENTRY_DSN }}
SENTRY_DSN: ${{ vars.SENTRY_DSN }}

0 comments on commit d199e06

Please sign in to comment.