Skip to content

Commit

Permalink
Try to use libs-release
Browse files Browse the repository at this point in the history
* Add `-B -ntp` option to `mvn` command
  • Loading branch information
artembilan committed Nov 29, 2023
1 parent 9ccbbad commit 41e500e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verify-staged-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
JF_ENV_SPRING: ${{ secrets.JF_ARTIFACTORY_SPRING }}

- name: Configure JFrog Cli
run: jf mvnc --repo-resolve-releases=release --repo-resolve-snapshots=libs-staging-local
run: jf mvnc --repo-resolve-releases=libs-release --repo-resolve-snapshots=libs-staging-local

- name: Verify samples against staged release
run: jf mvn verify -D"spring.amqp.version"=${{ inputs.releaseVersion }}
run: jf mvn verify -D"spring.amqp.version"=${{ inputs.releaseVersion }} -B -ntp

- name: Capture Test Results
if: failure()
Expand Down

0 comments on commit 41e500e

Please sign in to comment.