Skip to content

Commit

Permalink
Merge pull request #7144 from finos/davidwatkins73-patch-7
Browse files Browse the repository at this point in the history
Update maven.yml
  • Loading branch information
davidwatkins73 authored Sep 16, 2024
2 parents ab7ada6 + a81dded commit edbe7c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,25 +49,25 @@ jobs:
run: mvn -Dmaven.test.failure.ignore=true -B -ntp -s .build.settings.xml -Pbuild-postgres,waltz-postgres,integration-tests clean package site;

- name: Publish build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: waltz-web-postgres.war
path: waltz-web/target/waltz-web.war

- name: Publish mocha results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: mocha-test-results.txt
path: waltz-ng/mocha-test-results.txt

- name: Publish liquibase changelogs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: liquibase-changelogs
path: waltz-schema/src/main/resources/liquibase/

- name: Publish Java Test results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: surefire-results.html
path: target/site/surefire-report.html
Expand Down

0 comments on commit edbe7c0

Please sign in to comment.