Skip to content

Commit

Permalink
chore: run integration tests serially
Browse files Browse the repository at this point in the history
avoid tooManyRequests pulling images simulteanously in CI
  • Loading branch information
dav1do committed Nov 15, 2024
1 parent 373b2c9 commit a634387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/c1-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"build:clean": "del dist",
"build:js": "swc src -d ./dist --config-file ../../.swcrc --strip-leading-paths",
"build": "pnpm build:clean && pnpm build:js",
"test": "pnpm build && node --experimental-vm-modules ../../node_modules/jest/bin/jest.js"
"test": "pnpm build && node --experimental-vm-modules ../../node_modules/jest/bin/jest.js --runInBand"
},
"dependencies": {
"@ceramic-sdk/events": "workspace:^",
Expand Down

0 comments on commit a634387

Please sign in to comment.