Skip to content

Commit

Permalink
ci: fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Jun 27, 2024
1 parent c4d725b commit fb558cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wc-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
env:
AQUA_GITHUB_TOKEN: ${{github.token}}
- run: go test -v ./... -race -covermode=atomic
- run: go run ./cmd/gha-set-timeout-minutes testdata/before.yaml
- run: go run ./cmd/gha-set-timeout-minutes set testdata/before.yaml
- run: diff testdata/before.yaml testdata/after.yaml

0 comments on commit fb558cd

Please sign in to comment.