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 d4f8645 commit 7f22623
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -373,9 +373,6 @@ jobs:
cd smoke-tests
./gradlew build -x test
# - name: Docker login
# run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $GITHUB_USERNAME --password-stdin

- name: Build webmvc jar
run: |
cd smoke-tests
Expand All @@ -391,9 +388,7 @@ jobs:
cd smoke-tests
./gradlew test
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
if: always()
with:
path: smoke-tests/build/reports/tests/test

# - name: Docker logout
# run: docker logout

0 comments on commit 7f22623

Please sign in to comment.