Skip to content

Commit 2418cfa

Browse files
committed
ci: add bluebird as explicit dependency to integration test with express adapter
1 parent 0e818c1 commit 2418cfa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests-release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,12 @@ jobs:
9494
# in order to test the adapter we need to use the current checkout
9595
# and install it as local dependency
9696
# we just cloned and install it as local dependency
97+
# xxx: added bluebird as explicit dependency
9798
- run: |
9899
cd github/testing/express
99100
npm i
100101
npm install ../../../
102+
npm install bluebird
101103
npm run test
102104
103105
# todo repeat with other adapters

0 commit comments

Comments
 (0)