Skip to content

Commit

Permalink
chore(ci): only install test deps once
Browse files Browse the repository at this point in the history
  • Loading branch information
andyrooger committed Jan 30, 2024
1 parent a51a721 commit 28012c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
with:
node-version: ${{ matrix.node }}
cache: npm
- run: npm ci
- run: npm install --omit=dev --ignore-scripts
working-directory: test/fixtures/workspace
- run: npm run tape
Expand All @@ -34,7 +33,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Use Node.js 14
- name: Use Node.js 20
uses: actions/setup-node@v3
with:
node-version: '20'
Expand Down

0 comments on commit 28012c1

Please sign in to comment.