Skip to content

Commit 332d0cf

Browse files
committed
Syncing up CI tests
1 parent 306d231 commit 332d0cf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,9 @@ jobs:
103103
- run: sudo apt install -y software-properties-common google-chrome-stable
104104
- run: cd demo-web; ./switch-packages.sh local; cd ..;
105105
- run: cp .circleci/.env_8.3-dynamic.ci .env
106-
- run: make common-web
106+
- run: make image
107+
- run: docker network create phpwasm_default
108+
- run: make web-mjs worker-cgi-mjs web-dbg-mjs
107109
- run: test/browser-test.sh
108110

109111
make-test-8-4-static:

0 commit comments

Comments
 (0)