Skip to content

Commit f081bda

Browse files
committed
Updated CI.
1 parent 84c9598 commit f081bda

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ jobs:
139139
repository: bkaradzic/bx
140140
path: bx
141141
- uses: mymindstorm/setup-emsdk@v14
142+
- uses: browser-actions/setup-chrome@v1
142143
- name: Build
143144
run: |
144145
cd bx
@@ -147,3 +148,4 @@ jobs:
147148
- name: Check
148149
run: |
149150
cd bx
151+
npx http-server -o .build/wasm/bin/ & chromium http://127.0.0.1:8080/.build/wasm/bin/bx.testRelease.html

0 commit comments

Comments
 (0)