Skip to content

Commit

Permalink
update upgrade guide
Browse files Browse the repository at this point in the history
  • Loading branch information
mistval committed Aug 17, 2024
1 parent 8e94379 commit 2d23f69
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
- run: npm run tsc
- run: npm run buildcjs
- run: npm link
- run: npm link node-fetch-cache --prefix plugins/redis
- run: npm link node-fetch-cache
working-directory: plugins/redis
- run: npm run coverage
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
Expand Down Expand Up @@ -62,7 +63,8 @@ jobs:
- run: npm run tsc
- run: npm run buildcjs
- run: npm link
- run: npm link node-fetch-cache --prefix plugins/redis
- run: npm link node-fetch-cache
working-directory: plugins/redis
- name: Use Node.js Version Under Test
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit 2d23f69

Please sign in to comment.