Skip to content

Commit

Permalink
CLDR-18174 workaround jstest sandbox
Browse files Browse the repository at this point in the history
see CLDR-17780 for longer term fixes
  • Loading branch information
srl295 committed Dec 9, 2024
1 parent d4fffd7 commit fb972bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
- name: Run JS tests
# stopgap: fail this if it takes too long
timeout-minutes: 10
run: (cd tools/cldr-apps/js && npm t)
# TODO: See CLDR-17780 work around mocha-headless-chrome issue
run: (cd tools/cldr-apps/js && npm t -- -a no-sandbox -a disable-setuid-sandbox)
- name: Run Webpack production build
run: (cd tools/cldr-apps/js && npm run build)

0 comments on commit fb972bc

Please sign in to comment.