Skip to content

Commit

Permalink
ci: Fix typo in build instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
SISheogorath committed Dec 22, 2021
1 parent 15e98cc commit 6c1b3fd
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 @@ -24,7 +24,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: 1.17
- run: go build ./cmd/files-updater-files/
- run: go build ./cmd/files-updater-helm/
- run: go test -v ./...
release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6c1b3fd

Please sign in to comment.