Skip to content

Commit

Permalink
Update script
Browse files Browse the repository at this point in the history
  • Loading branch information
tutn-axonivy committed Mar 22, 2024
1 parent 5d63247 commit 5cb3549
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/CI-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
ci-build:
name: CI Build
runs-on: [ubuntu-latest]
strategy:
fail-fast: false
env:
testDirectory: market-test/pom.xml
steps:
Expand Down Expand Up @@ -41,11 +39,10 @@ jobs:
- name: Public test report
uses: EnricoMi/publish-unit-test-result-action/composite@v2
if: success()
if: success() || failure()
with:
files: "**/target/surefire-reports/**/*.xml"

- name: Clean up
run: |
rm -rf *

0 comments on commit 5cb3549

Please sign in to comment.