Skip to content

Commit

Permalink
Do not watch workflow tests in test:ci jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
petebacondarwin committed Dec 4, 2024
1 parent c862267 commit b992319
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fixtures/workflow-multiple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"scripts": {
"deploy": "wrangler deploy",
"start": "wrangler dev",
"test:ci": "vitest"
"test:ci": "vitest run"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241106.0",
Expand Down
2 changes: 1 addition & 1 deletion fixtures/workflow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"scripts": {
"deploy": "wrangler deploy",
"start": "wrangler dev",
"test:ci": "vitest"
"test:ci": "vitest run"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241106.0",
Expand Down

0 comments on commit b992319

Please sign in to comment.