Skip to content

Commit

Permalink
More CI investigation
Browse files Browse the repository at this point in the history
  • Loading branch information
rictic committed Aug 28, 2023
1 parent b549655 commit 61c0f18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 25 deletions.
25 changes: 1 addition & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,30 +76,7 @@
},
"test:headless": {
"dependencies": [
"test:analysis",
"test:basic",
"test:cache-github",
"test:cache-local",
"test:clean",
"test:cli-options",
"test:codeactions",
"test:copy",
"test:delete",
"test:diagnostic",
"test:errors-analysis",
"test:errors-usage",
"test:failures",
"test:freshness",
"test:fs",
"test:glob",
"test:ide",
"test:gc",
"test:json-schema",
"test:metrics",
"test:optimize-mkdirs",
"test:parallelism",
"test:service",
"test:watch"
"test:basic"
]
},
"lint": {
Expand Down
2 changes: 1 addition & 1 deletion src/test/basic.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1035,7 +1035,7 @@ test(
assert.equal(main.numInvocations, 1);
// CI testing:
// await wireit.waitForLog(/❌ main killed/);
// await wireit.waitForLog(/❌ 1 script failed/);
await wireit.waitForLog(/❌ 1 script failed/);
})
);

Expand Down

0 comments on commit 61c0f18

Please sign in to comment.