Skip to content

Commit

Permalink
NH-37575: upgrade to joboe:10.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cleverchuk committed Jun 25, 2024
1 parent 15c182b commit 440e387
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ jobs:
java-version: '17'
distribution: 'temurin'

- name: Setup Gradle
uses: gradle/gradle-build-action@v3

- name: Build smoke-test
run: |
cd smoke-tests
Expand All @@ -190,7 +193,7 @@ jobs:
- name: Execute smoke tests
run: |
cd smoke-tests
./gradlew test -debug
./gradlew test -s
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 440e387

Please sign in to comment.