Skip to content

Commit

Permalink
fix(ci): install oauth2-server from current ref in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jankapunkt committed Aug 2, 2023
1 parent 9b68723 commit f869d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
- run: |
cd github/testing/express
npm i
npm install ../../../
npm install https://github.com/node-oauth/node-oauth2-server.git#${{ github.ref_name }}
npm run test
# todo repeat with other adapters
Expand Down

0 comments on commit f869d39

Please sign in to comment.