We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 36e7237 + 901922f commit 76f7e08Copy full SHA for 76f7e08
.circleci/config.yml
@@ -103,6 +103,7 @@ jobs:
103
- run: sudo apt install -y software-properties-common google-chrome-stable
104
- run: cd demo-web; ./switch-packages.sh local; cd ..;
105
- run: cp .circleci/.env_8.3-dynamic.ci .env
106
+ - run: make web-mjs worker-cgi-mjs web-dbg-mjs
107
- run: test/browser-test.sh
108
109
make-test-8-4-static:
.github/workflows/test.yaml
@@ -16,6 +16,8 @@ jobs:
16
17
18
19
+ - run: make image
20
+ - run: docker network create phpwasm_default
21
- run: make web-mjs worker-cgi-mjs web-dbg-mjs
22
23
0 commit comments