Skip to content

Commit

Permalink
Re-enables tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud DEMARCQ authored and Arnaud DEMARCQ committed Jun 17, 2024
1 parent 6d99905 commit 9e769cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: mvn versions:set -DnewVersion=${{github.ref_name}}.${{github.run_number}}
- name: Builds Artifacts and Images
working-directory: rtsl_util
run: mvn clean install -DskipTests=true
run: mvn clean install
- name: Lists all docker images
working-directory: rtsl_util
run: docker image list
Expand Down

0 comments on commit 9e769cd

Please sign in to comment.