Skip to content

Commit f869d39

Browse files
committed
fix(ci): install oauth2-server from current ref in actions
1 parent 9b68723 commit f869d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
- run: |
114114
cd github/testing/express
115115
npm i
116-
npm install ../../../
116+
npm install https://github.com/node-oauth/node-oauth2-server.git#${{ github.ref_name }}
117117
npm run test
118118
119119
# todo repeat with other adapters

0 commit comments

Comments
 (0)