Skip to content

Commit b8872e2

Browse files
modified npm CI yml
1 parent 307eb8a commit b8872e2

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/npm-tests.yml

-9
Original file line numberDiff line numberDiff line change
@@ -44,21 +44,12 @@ jobs:
4444
name: Test
4545
runs-on: windows-latest
4646

47-
defaults:
48-
run:
49-
working-directory: ./tests/npm
5047
steps:
5148
- uses: actions/checkout@v3
5249
- uses: actions/setup-node@v3
5350
with:
5451
node-version: 16
5552

56-
name: Loading tar
57-
- uses: actions/download-artifact@v3
58-
with:
59-
name: Tarbal_store_npm
60-
path: ./tests/npm
61-
6253
- run: dir
6354

6455
- run: npm i

0 commit comments

Comments
 (0)