Skip to content

Commit

Permalink
Integrate with publish infra, to test what actually goes out to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Jan 9, 2025
1 parent b806c66 commit 83a0fd2
Show file tree
Hide file tree
Showing 3 changed files with 185 additions and 281 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compat-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
strategy:
matrix:
packageManager: [npm, yarn, pnpm]
kind: [alpha, beta, stable]
kind: [alpha, beta, stable, false]

steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
Expand All @@ -102,7 +102,7 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: "Run a basic smoke test with ${{ matrix.packageManager }} and ${{ matrix.kind }} tagging"
run: |
node ./scripts/test-package-manager.mjs \
bun ./scripts/test-package-manager.mjs \
"${{ matrix.packageManager }}" "${{ matrix.kind}}"
Loading

0 comments on commit 83a0fd2

Please sign in to comment.