Skip to content

Commit 3167a8e

Browse files
committed
fix(ci): fix path for integration test
1 parent b7867e7 commit 3167a8e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,9 @@ jobs:
109109
# in order to test the adapter we need to use the current state
110110
# we just cloned and install it as local dependency
111111
- run: |
112-
PROJECT_PATH=$(pwd)
113112
cd github/testing/express-adapter
114113
npm ci
115-
npm install $PROJECT_PATH
114+
npm install ../../../
116115
npm run test
117116
118117
# todo repeat with other adapters

0 commit comments

Comments
 (0)