Skip to content

Commit 1437351

Browse files
committed
patch tests
1 parent d6a8a7b commit 1437351

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ jobs:
1717
with:
1818
java-version: '17'
1919
distribution: 'temurin'
20+
- name: unit tests accessors-smart
21+
run: cd accessors-smart; mvn -B install; mvn -B clean test
22+
2023
- name: unit tests json-smart-action
21-
run: cd json-smart-action; mvn -B install; mvn -B clean test
24+
run: cd ../json-smart-action; mvn -B install; mvn -B clean test
25+
2226
- name: unit tests json-smart
2327
run: cd ../json-smart; mvn -B clean test

0 commit comments

Comments
 (0)