mirror of
https://github.com/yairm210/Unciv.git
synced 2025-08-03 20:48:49 -04:00
Added test to Github actions
This commit is contained in:
parent
fcc2fffbf5
commit
cf32cdd7a6
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -30,5 +30,8 @@ jobs:
|
|||||||
java-version: '8'
|
java-version: '8'
|
||||||
|
|
||||||
# Runs a set of commands using the runners shell
|
# Runs a set of commands using the runners shell
|
||||||
- name: Run a multi-line script
|
- name: check
|
||||||
run: ./gradlew check
|
run: ./gradlew check
|
||||||
|
|
||||||
|
- name: test
|
||||||
|
run: ./gradlew tests:test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user