We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a81e44d commit 65c7095Copy full SHA for 65c7095
.github/workflows/workflow1.yml
@@ -18,12 +18,8 @@ jobs:
18
uses: actions/setup-node@v2
19
with:
20
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
26
- run: sudo apt-get install libocct-data-exchange-dev libocct-modeling-data-dev
27
28
- - run: pnpm recursive install
29
- - run: pnpm test
+ - run: npm install
+ - run: npm run build
+ - run: npm test
0 commit comments