Skip to content

Commit 26e47b7

Browse files
simllllclaude
andauthored
ci: remove redundant test step from publish workflow (#10)
Tests already run in CI workflow and are required to pass before merge. Running them again in publish workflow was redundant and would fail anyway due to missing Redis service container. Co-authored-by: Claude <noreply@anthropic.com>
1 parent 0149663 commit 26e47b7

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@ jobs:
3737
- name: Build
3838
run: pnpm build
3939

40-
- name: Run tests
41-
run: pnpm test
42-
env:
43-
CI: true
44-
4540
- name: Create Release Pull Request or Publish
4641
id: changesets
4742
uses: changesets/action@v1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "pnpm -r run test",
1515
"changeset": "changeset",
1616
"version": "changeset version",
17-
"release": "pnpm build && pnpm test && changeset publish"
17+
"release": "changeset publish"
1818
},
1919
"devDependencies": {
2020
"@changesets/cli": "^2.27.0",

0 commit comments

Comments
 (0)