Skip to content

Commit

Permalink
Merge pull request hms-dbmi-cellenics#498 from biomage-org/fix-tests-…
Browse files Browse the repository at this point in the history
…build

Fix build error in tests due to move to oidc
  • Loading branch information
ivababukova authored Oct 31, 2023
2 parents 9c98695 + f964ef3 commit 7953903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
uses: mattallty/jest-github-action@v1
env:
AWS_DEFAULT_REGION: ${{ secrets.AWS_REGION }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.API_TOKEN_GITHUB }}
with:
test-command: "npm run coverage"
coverage-comment: false
Expand Down

0 comments on commit 7953903

Please sign in to comment.