Skip to content

Commit 76f7e08

Browse files
committed
Merge branch 'master' of github.com:seanmorris/php-wasm
2 parents 36e7237 + 901922f commit 76f7e08

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ 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 web-mjs worker-cgi-mjs web-dbg-mjs
106107
- run: test/browser-test.sh
107108

108109
make-test-8-4-static:

.github/workflows/test.yaml

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

0 commit comments

Comments
 (0)