Skip to content

Commit

Permalink
Actuall set env according to docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
yaph committed Oct 16, 2024
1 parent daf0d0a commit c1ed25f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: hatch fmt --linter

- name: Set env
run: echo "GITHUB_TOKEN=MY_GITHUB_TOKEN" >> "$GITHUB_TOKEN"
run: echo "GITHUB_TOKEN=MY_GITHUB_TOKEN" >> "$GITHUB_ENV"

- name: Run tests
run: hatch test --python ${{ matrix.python-version }} --cover --randomize --parallel --retries 2 --retry-delay 1

0 comments on commit c1ed25f

Please sign in to comment.