Skip to content

Commit

Permalink
trying custom action
Browse files Browse the repository at this point in the history
  • Loading branch information
grantnelson-wf committed Jun 14, 2024
1 parent 44645d2 commit bea3282
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ inputs:
runs:
using: composite
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-gopherjs/
- name: Test GopherJS
run: go test -v -short ./...
Expand All @@ -35,6 +36,7 @@ jobs:
name: Windows Smoke
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-gopherjs/
- name: Test GopherJS
run: go test -v -short ./...
Expand All @@ -48,6 +50,7 @@ jobs:
name: Darwin Smoke
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-gopherjs/
- name: Test GopherJS
run: |
Expand Down

0 comments on commit bea3282

Please sign in to comment.