Skip to content

Commit

Permalink
Update jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Jan 29, 2024
1 parent 61e3f0a commit b11ca7d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,11 @@ jobs:
cache: gradle
# Run tests
- name: Run Tests
run: ./gradlew test
run: |
idea_test_github_host=github.com
idea_test_github_org=cunla
idea_test_github_token1=${{ secrets.GITHUB_TOKEN }}
./gradlew test
# Collect Tests Result of failed tests
- name: Collect Tests Result
Expand Down

0 comments on commit b11ca7d

Please sign in to comment.