Skip to content

Commit

Permalink
ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeguerin committed Jan 30, 2024
1 parent fbfd476 commit 16a2e3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
name: Build

- run: pnpm run test
name: Build
name: Test

- run: pnpm run check-format
name: Check formatting
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ describe("Assemble Release Plan", () => {
[makeChangeset("pkg-a", "patch"), makeChangeset("pkg-c", "patch")],
workspace,
lockStepConfig,
{ ignorePolicies: true },
);
expect(plan.actions).toHaveLength(2);
expect(plan.actions[0]).toMatchObject({ packageName: "pkg-a", oldVersion: "1.0.0", newVersion: "1.0.1" });
Expand Down

0 comments on commit 16a2e3d

Please sign in to comment.