Skip to content

Commit

Permalink
turn on jest
Browse files Browse the repository at this point in the history
  • Loading branch information
zburke committed Jan 15, 2025
1 parent 25c94ed commit d22a5e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
if: github.ref_name == github.event.repository.default_branch || github.event_name != 'push' || github.ref_type == 'tag'
secrets: inherit
with:
jest-enabled: false
jest-enabled: true
bigtest-enabled: true
bigtest-test-command: xvfb-run --server-args="-screen 0 1024x768x24" yarn test $YARN_TEST_OPTIONS --karma.singleRun --karma.browsers ChromeDocker --karma.reporters mocha junit --coverage
sonar-sources: ./lib
Expand Down

0 comments on commit d22a5e6

Please sign in to comment.