Skip to content

Commit 3548cc8

Browse files
Miqueasherjj22ee
authored andcommitted
Update main-build.yml (#1200)
Missed ./gradlew command. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent c2bf53a commit 3548cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ jobs:
226226
uses: gradle/actions/setup-gradle@ed408507eac070d1f99cc633dbcf757c94c7933a #v4.4.3
227227

228228
- name: Build snapshot with Gradle
229-
run: contractTests -PlocalDocker=true
229+
run: ./gradlew contractTests -PlocalDocker=true
230230

231231
application-signals-lambda-layer-build:
232232
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)