Skip to content

Commit 9628520

Browse files
committed
patch github action
1 parent 300d425 commit 9628520

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: cd accessors-smart; mvn -B install; mvn -B clean test
2222

2323
- name: unit tests json-smart
24-
run: cd ../json-smart; mvn -B clean test
24+
run: cd json-smart; mvn -B clean test
2525

2626
- name: unit tests json-smart-action
27-
run: cd ../json-smart-action; mvn -B install; mvn -B clean test
27+
run: cd json-smart-action; mvn -B install; mvn -B clean test

0 commit comments

Comments
 (0)