Skip to content

Commit 6eec346

Browse files
committed
Merge branch 'master' of github.com:seanmorris/php-wasm
2 parents 701a3f1 + bae5aa1 commit 6eec346

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: make image
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: make image
2019
- run: make web-mjs worker-cgi-mjs web-dbg-mjs
2120
- run: test/browser-test.sh
2221

0 commit comments

Comments
 (0)