mirror of
https://github.com/yairm210/Unciv.git
synced 2025-01-05 13:08:48 +07:00
Disabled check and test - gotta go fast
This commit is contained in:
parent
642a566338
commit
e6b18f7852
2
.github/workflows/buildAndDeploy.yml
vendored
2
.github/workflows/buildAndDeploy.yml
vendored
@ -36,9 +36,11 @@ jobs:
|
|||||||
|
|
||||||
# Runs a set of commands using the runners shell
|
# Runs a set of commands using the runners shell
|
||||||
- name: check
|
- name: check
|
||||||
|
if: false
|
||||||
run: ./gradlew check
|
run: ./gradlew check
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
|
if: false
|
||||||
run: ./gradlew tests:test
|
run: ./gradlew tests:test
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user