Skip to content

Commit

Permalink
build and upload test fmus
Browse files Browse the repository at this point in the history
  • Loading branch information
lausdahl committed Aug 15, 2024
1 parent ae74d49 commit 469ef25
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,13 @@ jobs:
with:
name: lib
path: jnifmuapi/target/classes/lib

- name: Download all workflow run test artifacts
uses: actions/download-artifact@v2
with:
name: lib-test-fmus
path: jnifmuapi/target/fmus

- name: Set up Java x64
if: matrix.platform == 'x64'
uses: actions/setup-java@v1
Expand Down Expand Up @@ -208,5 +215,11 @@ jobs:
fmi2/target/fmi2-*-SNAPSHOT.jar
retention-days: 5


- name: upload test fmus
uses: actions/upload-artifact@v2
with:
name: test-fmus
path: |
jnifmuapi/target/fmus/**/*.fmu
retention-days: 5

0 comments on commit 469ef25

Please sign in to comment.