Skip to content

Commit

Permalink
fixup coverage test
Browse files Browse the repository at this point in the history
  • Loading branch information
tanho63 committed Aug 13, 2023
1 parent 59acebc commit e5be090
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
TAN_SWID: ${{ secrets.TAN_SWID }}
TAN_ESPN_S2: ${{ secrets.TAN_ESPN_S2 }}

steps:
- uses: actions/checkout@v3
Expand All @@ -34,6 +36,9 @@ jobs:
install_path = file.path(Sys.getenv("RUNNER_TEMP"), "package")
)
shell: Rscript {0}
env:
TAN_SWID: ${{ secrets.TAN_SWID }}
TAN_ESPN_S2: ${{ secrets.TAN_ESPN_S2 }}

- name: Show testthat output
if: always()
Expand Down

0 comments on commit e5be090

Please sign in to comment.