Skip to content

Commit

Permalink
fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
UrielCh committed Mar 7, 2023
1 parent 9249335 commit d6a8a7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 23 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/json-smart-action-unit-tests.yml

This file was deleted.

6 changes: 4 additions & 2 deletions .github/workflows/json-smart-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ jobs:
with:
java-version: '17'
distribution: 'temurin'
- name: unit tests
run: cd json-smart; mvn -B clean test
- name: unit tests json-smart-action
run: cd json-smart-action; mvn -B install; mvn -B clean test
- name: unit tests json-smart
run: cd ../json-smart; mvn -B clean test

0 comments on commit d6a8a7b

Please sign in to comment.