Skip to content

Commit

Permalink
fix(e2e): update local end-to-end test command and disable caching
Browse files Browse the repository at this point in the history
  • Loading branch information
nelitow committed Nov 20, 2024
1 parent 141f591 commit d603582
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"node:clean": "make -C ./docker clean",
"test:ci": "turbo run test -- --run --coverage.enabled --coverage.reporter=json-summary --coverage.reporter=json",
"test:e2e": "turbo run test:e2e",
"test:e2e:local": "pnpm --filter @e2e-tests/runner test:e2e:local",
"test:e2e:local": "turbo run test:e2e:local --filter @e2e-tests/runner",
"lint:check": "biome check --apply-unsafe .",
"lint:ci": "biome lint --max-diagnostics=1000 --diagnostic-level=error .",
"format": "biome format --write .",
Expand Down
3 changes: 3 additions & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
},
"test:e2e": {
"cache": false
},
"test:e2e:local": {
"cache": false
}
}
}

0 comments on commit d603582

Please sign in to comment.