Skip to content

Commit ba908b1

Browse files
authored
fix: e2e issues fix (#236)
1 parent 5bbfdf5 commit ba908b1

File tree

6 files changed

+1702
-1284
lines changed

6 files changed

+1702
-1284
lines changed

.github/workflows/e2e-tests.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,9 @@ jobs:
9191
- name: Install local dependency
9292
working-directory: integration-tests/e2e-tests
9393
run: |
94+
mv "../../${{ env.PACKAGE_NAME }}" "./${{ env.PACKAGE_NAME }}"
9495
yarn
95-
yarn add "../../${{ env.PACKAGE_NAME }}"
96+
yarn add "./${{ env.PACKAGE_NAME }}"
9697
9798
- name: Install dependencies
9899
working-directory: integration-tests/e2e-tests

0 commit comments

Comments
 (0)