Skip to content

Commit b88fff3

Browse files
committed
fix(ci): add package.json for e2e tests
1 parent c5d4d5d commit b88fff3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,12 @@ jobs:
446446
./test/node_modules/.bin/playwright install-deps
447447
./test/node_modules/.bin/playwright install
448448
449+
# TODO@jsjoeio - remove once we switch to submodules.
450+
- name: Create package.json for testing
451+
run: |
452+
mkdir -p ./vendor/modules/code-oss-dev
453+
echo '{ "version": "test" }' > ./vendor/modules/code-oss-dev/package.json
454+
449455
- name: Run end-to-end tests
450456
run: yarn test:e2e
451457

0 commit comments

Comments
 (0)