mirror of
https://github.com/yairm210/Unciv.git
synced 2025-08-03 16:49:15 +07:00
Split build and check to different steps
For better understanding of where things fail or take time
This commit is contained in:
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
|
||||
|
||||
|
Reference in New Issue
Block a user