Update .github/workflows/check.yml
This commit is contained in:
parent
55e8382915
commit
206cda39cd
1 changed files with 2 additions and 0 deletions
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue