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

This commit is contained in:
Maciej Pawłowski 2024-10-21 22:53:40 +02:00
parent 206cda39cd
commit bcb2d1861b

View file

@ -10,9 +10,10 @@ jobs:
image: eclipse-temurin:${{ matrix.java }}
options: --user root
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
- uses: actions/checkout@v4
- run: ./gradlew runDatagen --stacktrace
- run: ./gradlew build --stacktrace -x runDatagen