Skip to content

Commit 763481f

Browse files
committed
change compilation order
1 parent 1437351 commit 763481f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/json-smart-unit-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
- name: unit tests accessors-smart
2121
run: cd accessors-smart; mvn -B install; mvn -B clean test
2222

23-
- name: unit tests json-smart-action
24-
run: cd ../json-smart-action; mvn -B install; mvn -B clean test
25-
2623
- name: unit tests json-smart
2724
run: cd ../json-smart; mvn -B clean test
25+
26+
- name: unit tests json-smart-action
27+
run: cd ../json-smart-action; mvn -B install; mvn -B clean test

0 commit comments

Comments
 (0)