mirror of
https://github.com/trainerlord/WorldSystem.git
synced 2024-12-02 13:23:21 +01:00
Update gradle.yml
This commit is contained in:
parent
cfc19623a0
commit
74b1527d36
4
.github/workflows/gradle.yml
vendored
4
.github/workflows/gradle.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
run: chmod +x gradlew
|
||||
|
||||
- name: Build
|
||||
run: ./gradlew build -x test
|
||||
run: ./gradlew build -x test --warning-mode all
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
@ -60,7 +60,7 @@ jobs:
|
||||
run: chmod +x gradlew
|
||||
|
||||
- name: Test
|
||||
run: ./gradlew test
|
||||
run: ./gradlew test --warning-mode all
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user