Skip to content

Commit

Permalink
💚 fix-ci: Using the correct command to download the project's depende…
Browse files Browse the repository at this point in the history
…ncies
  • Loading branch information
kevinmarquesp committed Jul 2, 2024
1 parent 54692d1 commit eccf218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Install Dependencies
run: |
go get .
go mod download
go install github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@latest
- name: Build
Expand Down

0 comments on commit eccf218

Please sign in to comment.