Skip to content

Commit

Permalink
Added SONAR and COVERALLS tokens to environment for nox job
Browse files Browse the repository at this point in the history
  • Loading branch information
clyde-johnston committed Aug 17, 2023
1 parent 0f3ae51 commit 8ff4aa8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
run: |
nox --non-interactive --error-on-missing-interpreters --session test pristine --python ${{ matrix.python }}
nox --non-interactive --session demo check_style docs
env:
SONARCLOUD_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

- name: Save logs
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 8ff4aa8

Please sign in to comment.