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 b7867e7 commit 3167a8eCopy full SHA for 3167a8e
.github/workflows/tests-release.yml
@@ -109,10 +109,9 @@ jobs:
109
# in order to test the adapter we need to use the current state
110
# we just cloned and install it as local dependency
111
- run: |
112
- PROJECT_PATH=$(pwd)
113
cd github/testing/express-adapter
114
npm ci
115
- npm install $PROJECT_PATH
+ npm install ../../../
116
npm run test
117
118
# todo repeat with other adapters
0 commit comments