Skip to content

Commit 78c9e88

Browse files
committed
fixed the ci test job
1 parent 040ca58 commit 78c9e88

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test-foundry-core.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
distribution: 'temurin'
2323
- name: Setup Gradle
2424
uses: gradle/actions/setup-gradle@v4
25-
- name: Grant execute permission for gradlew
26-
run: chmod +x gradlew
25+
with:
26+
gradle-version: '9.3.0'
2727
- name: Run Tests
28-
run: ./gradlew :foundry-core:test --stacktrace
28+
run: gradle :foundry-core:test --stacktrace
2929
- name: Publish Test Report
3030
uses: actions/upload-artifact@v4
3131
if: always() # run even if tests fail

0 commit comments

Comments
 (0)