Prevented some tests from being repeated on CI
This commit is contained in:
parent
0ca9f5b9f8
commit
20f8aef5c6
4 changed files with 21 additions and 2 deletions
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
|
@ -30,6 +30,7 @@ jobs:
|
|||
- name: Publish with Gradle
|
||||
uses: gradle/gradle-build-action@v2
|
||||
env:
|
||||
NO_CI: true
|
||||
SONATYPE_USER: ${{ secrets.SONATYPE_USER}}
|
||||
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
|
||||
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.ORG_GRADLE_PROJECT_signingKey }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue