Skip to content

Commit 65c7095

Browse files
committed
workflow
1 parent a81e44d commit 65c7095

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/workflow1.yml

+3-7
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,8 @@ jobs:
1818
uses: actions/setup-node@v2
1919
with:
2020
node-version: ${{ matrix.node-version }}
21-
- run: npm install -g pnpm@6
2221
- uses: actions/cache@v2
23-
with:
24-
path: ~/.pnpm-store
25-
key: ${{ runner.os }}-pnpm-store
2622
- 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
23+
- run: npm install
24+
- run: npm run build
25+
- run: npm test

0 commit comments

Comments
 (0)