mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-04-18 11:31:46 -07:00
Testing out Github Actions workflow
This commit is contained in:
parent
600a2b5ad7
commit
1dfa0d08de
1 changed files with 17 additions and 0 deletions
17
.github/workflows/gradle.yml
vendored
Normal file
17
.github/workflows/gradle.yml
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
name: Java CI
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Set up JDK 1.8
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 1.8
|
||||
- name: Run unit tests with gradle
|
||||
run: ./gradlew test
|
||||
Loading…
Add table
Add a link
Reference in a new issue