mirror of
https://github.com/NomaDamas/k-skill.git
synced 2026-06-24 02:04:11 +00:00
fix(ci): remove changeset assertion that breaks CI after version bump
The used-car-price-search changeset assertion fails after `changeset version` consumes .changeset/*.md files, breaking both CI and Release workflows on main. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
7301a90e00
commit
ca484658b9
1 changed files with 0 additions and 13 deletions
|
|
@ -1170,19 +1170,6 @@ test("pack:dry-run includes the toss-securities workspace", () => {
|
|||
assert.match(packageJson.scripts["pack:dry-run"], /workspace used-car-price-search/);
|
||||
});
|
||||
|
||||
test("used-car-price-search ships with a changeset for release automation", () => {
|
||||
const changesetDir = path.join(repoRoot, ".changeset");
|
||||
const changesetFiles = fs
|
||||
.readdirSync(changesetDir)
|
||||
.filter((name) => name.endsWith(".md"))
|
||||
.map((name) => read(path.join(".changeset", name)));
|
||||
|
||||
assert.ok(
|
||||
changesetFiles.some((doc) => /["']used-car-price-search["']:\s*(patch|minor|major)/.test(doc)),
|
||||
"expected a changeset entry that releases used-car-price-search",
|
||||
);
|
||||
});
|
||||
|
||||
test("package-lock captures the toss-securities workspace metadata for npm ci", () => {
|
||||
const packageLock = readJson("package-lock.json");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue