Skip to content

Commit

Permalink
fix test in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Jul 31, 2024
1 parent 2819fc4 commit 17f7998
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-v4-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ env:
JAVA_VERSION: 21
JAVA_DISTRIBUTION: zulu
GRADLE_VERSION: 8.5
NODE_VERSION: 22
IS_CI: true
GRADLE_OPTS: "-Dfile.encoding=UTF-8"

Expand All @@ -30,6 +31,9 @@ jobs:
distribution: ${{ env.JAVA_DISTRIBUTION }}
java-version: ${{ env.JAVA_VERSION }}
cache: 'gradle'
- uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}

- name: Run V4 All Tests
uses: gradle/gradle-build-action@v3
Expand Down

0 comments on commit 17f7998

Please sign in to comment.