Skip to content

Commit

Permalink
test script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragos0000 committed Sep 5, 2024
1 parent 956b0e8 commit 9b7e2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Build and Run Tests
run: mvn install
run: mvn clean install -X
- name: current dir
run: pwd
- name: current dir
Expand Down

0 comments on commit 9b7e2c8

Please sign in to comment.