Skip to content

Commit 35a02b9

Browse files
authored
Merge pull request #205 from node-oauth/fix-ci-release-tests
Fix ci for release-tests
2 parents 47916a7 + f869d39 commit 35a02b9

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)