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 0e818c1 commit 2418cfaCopy full SHA for 2418cfa
.github/workflows/tests-release.yml
@@ -94,10 +94,12 @@ jobs:
94
# in order to test the adapter we need to use the current checkout
95
# and install it as local dependency
96
# we just cloned and install it as local dependency
97
+ # xxx: added bluebird as explicit dependency
98
- run: |
99
cd github/testing/express
100
npm i
101
npm install ../../../
102
+ npm install bluebird
103
npm run test
104
105
# todo repeat with other adapters
0 commit comments