Skip to content

Commit 80f98ca

Browse files
committed
fix: remove all setup code from dist test
1 parent 80aa0c9 commit 80f98ca

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -72,24 +72,6 @@ jobs:
7272
- name: Checkout repo
7373
uses: actions/checkout@v4
7474

75-
- name: Install pnpm
76-
uses: pnpm/action-setup@v4
77-
78-
- name: Use Node.js
79-
uses: actions/setup-node@v4
80-
with:
81-
node-version-file: 'package.json'
82-
registry-url: 'https://npm.pkg.github.com'
83-
cache: 'pnpm'
84-
85-
- name: Install npm packages
86-
env:
87-
NODE_AUTH_TOKEN: ${{ secrets.PRIVATE_PACKAGE_TOKEN }}
88-
run: pnpm install --frozen-lockfile
89-
90-
- name: Build
91-
run: pnpm run build
92-
9375
- name: Test built package
9476
uses: ./
9577
id: action-test

0 commit comments

Comments
 (0)