Update .github/workflows/check.yml
Some checks failed
Check / build (17-jdk) (push) Failing after 8s
Check / build (19-jdk) (push) Failing after 4s

This commit is contained in:
Maciej Pawłowski 2024-10-21 22:50:51 +02:00
parent 55e8382915
commit 206cda39cd

View file

@ -11,6 +11,8 @@ jobs:
options: --user root options: --user root
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with:
node-version: 20.x
- run: ./gradlew runDatagen --stacktrace - run: ./gradlew runDatagen --stacktrace
- run: ./gradlew build --stacktrace -x runDatagen - run: ./gradlew build --stacktrace -x runDatagen