Skip to content

Commit

Permalink
Try using default github secret
Browse files Browse the repository at this point in the history
  • Loading branch information
IanCa committed Jan 23, 2024
1 parent 2b8b467 commit 12b17b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ jobs:
- name: Test with unittest
run: |
HED_GITHUB_TOKEN=${{ secrets.HED_GITHUB_TOKEN }} coverage run -m unittest
HED_GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} coverage run -m unittest
- name: Run spec_test coverage
run: HED_GITHUB_TOKEN=${{ secrets.HED_GITHUB_TOKEN }} coverage run --append -m unittest spec_tests/test_errors.py
run: HED_GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} coverage run --append -m unittest spec_tests/test_errors.py
continue-on-error: true

- name: Archive code coverage results
Expand Down

0 comments on commit 12b17b2

Please sign in to comment.