mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-03 04:45:34 +07: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'
|
||||
|
||||
# Runs a set of commands using the runners shell
|
||||
- name: Run a multi-line script
|
||||
- name: check
|
||||
run: ./gradlew check
|
||||
|
||||
- name: test
|
||||
run: ./gradlew tests:test
|
||||
|
Loading…
Reference in New Issue
Block a user