Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
Signed-off-by: Jannis Jung <[email protected]>
  • Loading branch information
jannisjung committed Jan 26, 2024
1 parent 79d7b77 commit 2bdb37c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven_run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Start environment
run: docker compose up -d --wait
- name: Install BaSyx
run: mvn clean install -Ddocker.namespace=eclipsebasyx
run: mvn clean install -Ddocker.namespace=eclipsebasyx -fn
- name: Stop environment
if: always()
run: docker compose down
Expand Down

0 comments on commit 2bdb37c

Please sign in to comment.