Skip to content
Snippets Groups Projects

Fix the CI/CD job

Merged Richard T. Carback III requested to merge hotfix/ci into release
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -45,6 +45,7 @@ wasm-test:
- echo > utils/utils_js.s
- env
- go install github.com/agnivade/wasmbrowsertest@latest
- mv ~/go/bin/go_js_wasm_exec ~/go/bin/go_js_wasm_exec.old
- ln -s ~/go/bin/wasmbrowsertest ~/go/bin/go_js_wasm_exec
- env | awk -F'=' '{print $1}' | grep -v PATH | xargs -Ixxx unset xxx
- GOOS=js GOARCH=wasm go test ./indexedDb/... -v
Loading