Skip to content

Commit

Permalink
attempt to understand gha
Browse files Browse the repository at this point in the history
  • Loading branch information
grantnelson-wf committed Jun 13, 2024
1 parent eae3175 commit 35b2716
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/windows-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
echo ::notice::$(go version)
echo ::notice::$(node -v)
echo ::notice::$(npm -v)
- name: Build and Install GopherJS
run: |
go install -v
echo ::notice::$(gopherjs version)
- name: Smoke tests
run: |
gopherjs build -v net/http
Expand Down

0 comments on commit 35b2716

Please sign in to comment.