Skip to content

Commit

Permalink
update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
waelABDALLAH1 committed Dec 1, 2024
1 parent caa4d01 commit 39d2f96
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/payment-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,7 @@ jobs:
cd payment/
mvn clean package -Dquarkus.package.type=uber-jar
- name: Archive test reports
if: failure()
uses: actions/upload-artifact@v2
with:
name: surefire-reports
path: payment/target/surefire-reports
- name: Display test results
if: failure()
run: cat payment/target/surefire-reports/*.txt
- name: Archive JAR Artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 39d2f96

Please sign in to comment.