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 b11ca7d commit 2388da5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ jobs:
cache: gradle
# Run tests
- name: Run Tests
run: |
idea_test_github_host=github.com
idea_test_github_org=cunla
idea_test_github_token1=${{ secrets.GITHUB_TOKEN }}
./gradlew test
env:
idea_test_github_host: github.com
idea_test_github_org: cunla
idea_test_github_token1: ${{ secrets.GITHUB_TOKEN }}
run: ./gradlew test

# Collect Tests Result of failed tests
- name: Collect Tests Result
Expand Down

0 comments on commit 2388da5

Please sign in to comment.