Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
husnjaktv committed Jul 16, 2024
1 parent 8ebea58 commit f2a6af3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,10 @@ jobs:
client_secret: "${{ secrets.CLIENT_SECRET }}"
bearer: "${{ secrets.BEARER_TOKEN }}"
ORG_GRADLE_PROJECT_version: Build-${{ github.run_id }}"
- name: Execute Gradle test
run: ./gradlew test --no-daemon
env:
client_id: "${{ secrets.CLIENT_ID }}"
client_secret: "${{ secrets.CLIENT_SECRET }}"
bearer: "${{ secrets.BEARER_TOKEN }}"
ORG_GRADLE_PROJECT_version: Build-${{ github.run_id }}"

0 comments on commit f2a6af3

Please sign in to comment.