Skip to content

Commit

Permalink
fixing problems
Browse files Browse the repository at this point in the history
  • Loading branch information
grantnelson-wf committed Jun 25, 2024
1 parent d2090d7 commit d8a3cd7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/actions/setup-gopherjs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ runs:
echo "TEMP=$env:USERPROFILE\AppData\Local\Temp" >> $env:GITHUB_ENV
echo "TMP=$env:USERPROFILE\AppData\Local\Temp" >> $env:GITHUB_ENV
echo "TMPDIR=$env:USERPROFILE\AppData\Local\Temp" >> $env:GITHUB_ENV
export TEMP="$env:USERPROFILE\AppData\Local\Temp"
export TMP="$env:USERPROFILE\AppData\Local\Temp"
export TMPDIR="$env:USERPROFILE\AppData\Local\Temp"
echo ::notice::$TEMP
echo ::notice::$TMP
echo ::notice::$TMPDIR
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,10 @@ jobs:
run: |
go get -v github.com/gopherjs/todomvc
ls -l $GOPATH/src/github.com/gopherjs
find / -type d -name github.com/gopherjs/todomvc
- name: Run TodoMVC tests
working-directory: ${{ env.TODOMVC_PATH }}
run: gopherjs test -v ./...
working-directory: ${{ env.GOPHERJS_PATH }}
run: gopherjs test -v github.com/gopherjs/todomvc/...

gopherjs_tests:
name: GopherJS Tests
Expand Down

0 comments on commit d8a3cd7

Please sign in to comment.