Skip to content

Commit

Permalink
set jest-test-command in GA workflow
Browse files Browse the repository at this point in the history
whoops; forgot to set `jest-test-command` so CI was inadvertently running both jest and BTOG under jest (where BTOG failed), in addition to separately running BTOG.
  • Loading branch information
zburke authored Jan 23, 2025
1 parent c53270e commit 694d744
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
secrets: inherit
with:
jest-enabled: true
jest-test-command: yarn run test:jest
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 694d744

Please sign in to comment.