Skip to content

Commit 099d063

Browse files
committed
fix(ci): fix path for integration test
1 parent 06e6b4c commit 099d063

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/tests-release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,13 @@ jobs:
105105
restore-keys: |
106106
${{ runner.os }}-node-${{ matrix.node }}-node-oauth/express-oauth-server
107107
108-
# in order to test the adapter we need to use the current state
108+
# in order to test the adapter we need to use the current checkout
109+
# and install it as local dependency
109110
# we just cloned and install it as local dependency
110111
- run: |
111112
cd github/testing/express
113+
npm ci
112114
npm install ../../../
113-
npm install
114115
npm run test
115116
116117
# todo repeat with other adapters

0 commit comments

Comments
 (0)