Skip to content

Commit 83a0fd2

Browse files
committed
Integrate with publish infra, to test what actually goes out to npm
1 parent b806c66 commit 83a0fd2

File tree

3 files changed

+185
-281
lines changed

3 files changed

+185
-281
lines changed

.github/workflows/compat-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
strategy:
9292
matrix:
9393
packageManager: [npm, yarn, pnpm]
94-
kind: [alpha, beta, stable]
94+
kind: [alpha, beta, stable, false]
9595

9696
steps:
9797
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
@@ -102,7 +102,7 @@ jobs:
102102
repo-token: ${{ secrets.GITHUB_TOKEN }}
103103
- name: "Run a basic smoke test with ${{ matrix.packageManager }} and ${{ matrix.kind }} tagging"
104104
run: |
105-
node ./scripts/test-package-manager.mjs \
105+
bun ./scripts/test-package-manager.mjs \
106106
"${{ matrix.packageManager }}" "${{ matrix.kind}}"
107107
108108

0 commit comments

Comments
 (0)