Skip to content

Commit

Permalink
Working on TodoMVC build comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
grantnelson-wf committed Jul 10, 2024
1 parent 34613ae commit ed9e494
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ jobs:
run: |
mkdir -p $GOPATH/src/github.com/gopherjs/gopherjs
cp -r -p ${{ env.GOPHERJS_PATH }} $GOPATH/src/github.com/gopherjs/gopherjs/
find $GOPATH # TODO(gn): REMOVE
go get -v github.com/gopherjs/todomvc
gopherjs build -v -o /tmp/todomvc_gopath.js github.com/gopherjs/todomvc
gopherjs test -v github.com/gopherjs/todomvc/...
Expand Down

0 comments on commit ed9e494

Please sign in to comment.