Skip to content

Commit

Permalink
fix: modifying line 109 of the test.yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliagranato committed Jan 24, 2024
1 parent db8422c commit d249b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
release: v0.0.9
- name: Test with Chainsaw
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.USER_TOKEN }}
run: |
set -e
chainsaw test --config .chainsaw.yaml --include-test-regex '^chainsaw$/${{ matrix.tests }}' --no-color=false

0 comments on commit d249b9f

Please sign in to comment.