Skip to content

Commit

Permalink
Use the more stable version of wasmbrowsertest
Browse files Browse the repository at this point in the history
  • Loading branch information
hajimehoshi committed Jan 5, 2021
1 parent 446d216 commit 6fffde1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,12 @@ jobs:
- name: Install wasmbrowsertest
run: |
env GO111MODULE=off go get github.com/agnivade/wasmbrowsertest
mv $(go env GOPATH)/bin/wasmbrowsertest $(go env GOPATH)/bin/go_js_wasm_exec
# TODO: Use go install github.com/agnivade/wasmbrowsertest@... on Go 1.16 or later.
mkdir /tmp/wasmbrowsertest
cd /tmp/wasmbrowsertest
go mod init foo
go build -o wasmbrowsertest github.com/agnivade/wasmbrowsertest
mv ./wasmbrowsertest $(go env GOPATH)/bin/go_js_wasm_exec
- name: Xvfb
if: ${{ matrix.os == 'ubuntu-latest' }}
Expand Down

0 comments on commit 6fffde1

Please sign in to comment.