Skip to content

Commit bae5aa1

Browse files
committed
Syncing up CI tests
1 parent cf00ad1 commit bae5aa1

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.circleci/config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@ 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: docker network create phpwasm_default
107-
- run: make web-mjs worker-cgi-mjs web-dbg-mjs
108106
- run: test/browser-test.sh
109107

110108
make-test-8-4-static:

.github/workflows/test.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
- run: sudo apt install -y software-properties-common google-chrome-stable
1717
- run: cd demo-web; ./switch-packages.sh local; cd ..;
1818
- run: cp .circleci/.env_8.3-dynamic.ci .env
19-
- run: docker network create phpwasm_default
2019
- run: make web-mjs worker-cgi-mjs web-dbg-mjs
2120
- run: test/browser-test.sh
2221

0 commit comments

Comments
 (0)