Skip to content

Commit 2df2837

Browse files
authored
Update release-package.yml
1 parent 710bfa7 commit 2df2837

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release-package.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ jobs:
1212
- uses: actions/setup-node@v2
1313
with:
1414
node-version: 12
15-
- run: npm ci
16-
- run: npm test
15+
- run: |
16+
npm ci
17+
npm test
18+
working-directory: ch8_packages/npm
1719
1820
publish-gpr:
1921
needs: build

0 commit comments

Comments
 (0)