Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Update gotestfmt package repo in CI (#1103)
Browse files Browse the repository at this point in the history
The package was moved to gotesttools org with the original one being
deleted soon.
  • Loading branch information
meain authored and ryanfkeepers committed Oct 11, 2022
1 parent b16d095 commit 0fa329d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:

# Install gotestfmt
- name: Set up gotestfmt
run: go install github.com/haveyoudebuggedit/gotestfmt/v2/cmd/gotestfmt@latest
run: go install github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@latest

# AWS creds
- name: Configure AWS credentials from Test account
Expand Down

0 comments on commit 0fa329d

Please sign in to comment.