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 8c6f081 commit 1d02d31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- uses: ./.actions/setup-gopherjs/
- uses: ./.github/actions/setup-gopherjs/
- name: Test GopherJS
run: go test -v -short ./...
- name: Smoke tests
Expand All @@ -27,7 +27,7 @@ jobs:
name: Windows Smoke
runs-on: windows-latest
steps:
- uses: ./.actions/setup-gopherjs/
- uses: ./.github/actions/setup-gopherjs/
- name: Test GopherJS
run: go test -v -short ./...
- name: Smoke tests
Expand All @@ -40,7 +40,7 @@ jobs:
name: Darwin Smoke
runs-on: macos-latest
steps:
- uses: ./.actions/setup-gopherjs/
- uses: ./.github/actions/setup-gopherjs/
- name: Test GopherJS
run: |
go test -v -short ./...
Expand Down

0 comments on commit 1d02d31

Please sign in to comment.