Skip to content

Commit

Permalink
add missing mvn install
Browse files Browse the repository at this point in the history
  • Loading branch information
UrielCh committed Mar 7, 2023
1 parent 9628520 commit 1d02ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/json-smart-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: cd accessors-smart; mvn -B install; mvn -B clean test

- name: unit tests json-smart
run: cd json-smart; mvn -B clean test
run: cd json-smart; mvn -B install; mvn -B clean test

- name: unit tests json-smart-action
run: cd json-smart-action; mvn -B install; mvn -B clean test

0 comments on commit 1d02ee2

Please sign in to comment.