Update .github/workflows/check.yml
This commit is contained in:
parent
206cda39cd
commit
bcb2d1861b
1 changed files with 3 additions and 2 deletions
5
.github/workflows/check.yml
vendored
5
.github/workflows/check.yml
vendored
|
@ -10,9 +10,10 @@ jobs:
|
||||||
image: eclipse-temurin:${{ matrix.java }}
|
image: eclipse-temurin:${{ matrix.java }}
|
||||||
options: --user root
|
options: --user root
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 20.x
|
node-version: 20.x
|
||||||
|
- uses: actions/checkout@v4
|
||||||
- run: ./gradlew runDatagen --stacktrace
|
- run: ./gradlew runDatagen --stacktrace
|
||||||
- run: ./gradlew build --stacktrace -x runDatagen
|
- run: ./gradlew build --stacktrace -x runDatagen
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue