TechReborn/.github/workflows/check.yml
modmuss50 f7d5139332
Port to 1.18.2 (#2824)
* Port to 1.18.2-pre1

* 1.18.2-pre3

* Fix build.

* Fixes and cleanup

* Build fix?

* Update REI
2022-02-28 09:18:27 +00:00

22 lines
No EOL
559 B
YAML

name: Check
on: [push, pull_request]
jobs:
build:
strategy:
matrix:
java: [ 17-jdk, 18-jdk ]
runs-on: ubuntu-20.04
container:
image: openjdk:${{ matrix.java }}
options: --user root
steps:
- uses: actions/checkout@v2
- uses: gradle/wrapper-validation-action@v1
- run: ./gradlew runDatagen --stacktrace
- run: ./gradlew build --stacktrace -x runDatagen
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
name: Artifacts
path: build/libs/