Skip to content

Commit

Permalink
fix e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacplmann committed Feb 12, 2024
1 parent 1f45aa0 commit 13dc5ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function installPackages(cwd) {
}

function runE2eTests(cwd) {
execSync("CI=true npx nx run-many --target=e2e --parallel=false", {
execSync("CI=true npx nx run-many --target=e2e --parallel=1", {
cwd,
stdio: [0, 1, 2]
});
Expand Down

0 comments on commit 13dc5ce

Please sign in to comment.