Skip to content

Commit 57acba6

Browse files
committed
workflow
1 parent a81e44d commit 57acba6

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/workflow1.yml

+3-8
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,7 @@ jobs:
1818
uses: actions/setup-node@v2
1919
with:
2020
node-version: ${{ matrix.node-version }}
21-
- run: npm install -g pnpm@6
22-
- uses: actions/cache@v2
23-
with:
24-
path: ~/.pnpm-store
25-
key: ${{ runner.os }}-pnpm-store
2621
- run: sudo apt-get install libocct-data-exchange-dev libocct-modeling-data-dev
27-
- run: npm install -g pnpm@6
28-
- run: pnpm recursive install
29-
- run: pnpm test
22+
- run: npm install
23+
- run: npm run build
24+
- run: npm test

0 commit comments

Comments
 (0)