Skip to content

Commit

Permalink
NH-86008: update pipeline configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
cleverchuk committed Oct 2, 2024
1 parent d2f655b commit 06b925c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
distribution: 'temurin'

- name: Run maven verify
run: mvn -s .github/m2/settings.xml clean verify
run: |
mvn -s .github/m2/settings.xml clean verify
ls -al
- uses: actions/upload-artifact@v4
if: always()
Expand Down

0 comments on commit 06b925c

Please sign in to comment.