Skip to content

Commit

Permalink
install plugins without changing directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mistval committed Jun 29, 2024
1 parent f5eaa5e commit cc25691
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 20.x
- run: cd plugins/redis
- run: npm ci
- run: cd ../..
- run: npm ci --prefix plugins/redis
- run: npm ci
- run: npm run tsc
- run: npm run buildcjs
Expand Down Expand Up @@ -58,9 +56,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 20.x
- run: cd plugins/redis
- run: npm ci
- run: cd ../..
- run: npm ci --prefix plugins/redis
- run: npm ci
- run: npm run tsc
- run: npm run buildcjs
Expand Down

0 comments on commit cc25691

Please sign in to comment.