Skip to content

Commit

Permalink
Don't execute konsist tets with JUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
igorwojda committed Sep 7, 2023
1 parent ea4d4c9 commit c4bc86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
distribution: 'zulu'

- name: unitTest
run: ./gradlew test
run: ./gradlew test -x konsist_test:test

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit c4bc86b

Please sign in to comment.