We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 040ca58 commit 78c9e88Copy full SHA for 78c9e88
1 file changed
.github/workflows/test-foundry-core.yml
@@ -22,10 +22,10 @@ jobs:
22
distribution: 'temurin'
23
- name: Setup Gradle
24
uses: gradle/actions/setup-gradle@v4
25
- - name: Grant execute permission for gradlew
26
- run: chmod +x gradlew
+ with:
+ gradle-version: '9.3.0'
27
- name: Run Tests
28
- run: ./gradlew :foundry-core:test --stacktrace
+ run: gradle :foundry-core:test --stacktrace
29
- name: Publish Test Report
30
uses: actions/upload-artifact@v4
31
if: always() # run even if tests fail
0 commit comments