Skip to content

Commit

Permalink
ci: added github token in test step
Browse files Browse the repository at this point in the history
  • Loading branch information
Peva Blanchard committed Jan 12, 2024
1 parent f826612 commit 98f9279
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ jobs:
# Run tests
- name: Run Tests
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./gradlew test

# Collect Tests Result of failed tests
Expand Down

0 comments on commit 98f9279

Please sign in to comment.