Skip to content

Commit

Permalink
frontend: run tests in ci in single thread
Browse files Browse the repository at this point in the history
CI sometimes still hangs, trying to run without threads

- vitest-dev/vitest#2008
  • Loading branch information
thisconnect committed Apr 24, 2024
1 parent 7f33634 commit 2d3b23d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ golangci-lint run

npm --prefix=frontends/web install # needed to install dev dependencies.
make weblint
npm --prefix=frontends/web test -- --no-color --no-watch
npm --prefix=frontends/web test -- --no-color --no-watch --no-threads
# check that the i18n files are formatted correctly (avoids noisy diff when
# pulling from locize)
if ! locize format frontends/web/src/locales --format json --dry true ; then
Expand Down

0 comments on commit 2d3b23d

Please sign in to comment.