We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06e6b4c commit 099d063Copy full SHA for 099d063
.github/workflows/tests-release.yml
@@ -105,12 +105,13 @@ jobs:
105
restore-keys: |
106
${{ runner.os }}-node-${{ matrix.node }}-node-oauth/express-oauth-server
107
108
- # in order to test the adapter we need to use the current state
+ # in order to test the adapter we need to use the current checkout
109
+ # and install it as local dependency
110
# we just cloned and install it as local dependency
111
- run: |
112
cd github/testing/express
113
+ npm ci
114
npm install ../../../
- npm install
115
npm run test
116
117
# todo repeat with other adapters
0 commit comments