Skip to content

Commit

Permalink
temporarily removing integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
temi committed Jul 31, 2023
1 parent fb9da0b commit 9c0c822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Run tests and jacoco coverage report with Gradle
uses: gradle/gradle-build-action@0d13054264b0bb894ded474f08ebb30921341cee
with:
arguments: -PenableJacoco=true check
arguments: -PenableJacoco=true test

- name: Run javascript unit tests
run: node_modules/karma/bin/karma start karma.conf.js --single-run --browsers ChromeHeadless
Expand Down

0 comments on commit 9c0c822

Please sign in to comment.