mirror of
https://github.com/yairm210/Unciv.git
synced 2025-01-24 10:01:39 +07:00
Split build and check to different steps
For better understanding of where things fail or take time
This commit is contained in:
parent
6b0714ad43
commit
2d7e675f95
3
.github/workflows/buildAndDeploy.yml
vendored
3
.github/workflows/buildAndDeploy.yml
vendored
@ -35,6 +35,9 @@ jobs:
|
||||
java-version: '8'
|
||||
|
||||
# Runs a set of commands using the runners shell
|
||||
- name: build
|
||||
run: ./gradlew build
|
||||
|
||||
- name: check
|
||||
run: ./gradlew check
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user