Added test badge secret to workflows
This commit is contained in:
parent
3e89e0b379
commit
9e0cd0d9ac
2 changed files with 4 additions and 2 deletions
3
.github/workflows/gradle.yml
vendored
3
.github/workflows/gradle.yml
vendored
|
@ -31,4 +31,5 @@ jobs:
|
|||
- name: Test with Gradle
|
||||
uses: gradle/gradle-build-action@v2
|
||||
with:
|
||||
arguments: build check --stacktrace
|
||||
arguments: build check --stacktrace -PtestsBadgeApiKey=${{ secrets.TESTS_BADGE_API_KEY }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue