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

Commit

Permalink
ci: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dtomasi committed Aug 30, 2021
1 parent cfb1ee0 commit 0d9dddc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: |
go get -u github.com/ory/go-acc
go mod vendor
$(go env GOPATH)/bin/go-acc --ignroe 'examples' ./...
$(go env GOPATH)/bin/go-acc --ignore 'examples' ./...
- name: Upload coverage to Codecov
run: |
curl -Os https://uploader.codecov.io/latest/linux/codecov
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: |
go get -u github.com/ory/go-acc
go mod vendor
$(go env GOPATH)/bin/go-acc --ignroe 'examples' ./...
$(go env GOPATH)/bin/go-acc --ignore 'examples' ./...
- name: Upload coverage to Codecov
run: |
curl -Os https://uploader.codecov.io/latest/linux/codecov
Expand Down

0 comments on commit 0d9dddc

Please # to comment.