We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80aa0c9 commit 80f98caCopy full SHA for 80f98ca
1 file changed
.github/workflows/test.yml
@@ -72,24 +72,6 @@ jobs:
72
- name: Checkout repo
73
uses: actions/checkout@v4
74
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
93
- name: Test built package
94
uses: ./
95
id: action-test
0 commit comments