Skip to content

Commit

Permalink
Revert "ci: disable test temporarily" (#29935)
Browse files Browse the repository at this point in the history
This reverts commit 9102f0b.
  • Loading branch information
suzuki-shunsuke authored Dec 14, 2024
1 parent e831e00 commit b64ec85
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/wc-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ jobs:
env:
AQUA_GITHUB_TOKEN: ${{github.token}}

# - uses: aquaproj/registry-action/test@7b6e2c92250ab08b58f5c665f6e2ca4712bee2c3 # v0.2.1
# with:
# goos: ${{ matrix.env.goos }}
# goarch: ${{ matrix.env.goarch }}
# go_version: "1.23.3"
# env:
# GITHUB_TOKEN: ${{github.token}}
- uses: aquaproj/registry-action/test@7b6e2c92250ab08b58f5c665f6e2ca4712bee2c3 # v0.2.1
with:
goos: ${{ matrix.env.goos }}
goarch: ${{ matrix.env.goarch }}
go_version: "1.23.3"
env:
GITHUB_TOKEN: ${{github.token}}

0 comments on commit b64ec85

Please sign in to comment.