Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
erossignon committed Jun 12, 2023
1 parent a81e44d commit 65c7095
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/workflow1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,8 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm install -g pnpm@6
- uses: actions/cache@v2
with:
path: ~/.pnpm-store
key: ${{ runner.os }}-pnpm-store
- run: sudo apt-get install libocct-data-exchange-dev libocct-modeling-data-dev
- run: npm install -g pnpm@6
- run: pnpm recursive install
- run: pnpm test
- run: npm install
- run: npm run build
- run: npm test

0 comments on commit 65c7095

Please sign in to comment.