mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-12-06 02:40:23 -08:00
Use --rerun for tests (for push too)
This commit is contained in:
parent
f50cfdf57b
commit
82222c8707
1 changed files with 1 additions and 1 deletions
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
|
|
@ -57,4 +57,4 @@ jobs:
|
|||
git push https://Anuken:${{ secrets.API_TOKEN_GITHUB }}@github.com/Anuken/MindustryJitpack
|
||||
cd ../Mindustry
|
||||
- name: Run unit tests
|
||||
run: ./gradlew clean cleanTest test --stacktrace
|
||||
run: ./gradlew tests:test --rerun --stacktrace
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue