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 542be03
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/workflow1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,8 @@ jobs:
- name: Use Node.js ${{ matrix.node-version }}
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
node-version: ${{ matrix.node-version }
- 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 542be03

Please sign in to comment.