Skip to content

Commit

Permalink
CLDR-18174 workaround jstest sandbox (#4234)
Browse files Browse the repository at this point in the history
  • Loading branch information
srl295 authored Dec 9, 2024
1 parent bf9f761 commit 316ea28
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 316ea28

Please sign in to comment.