Skip to content

Commit

Permalink
chore(ci/cd): Fix typo preventing coverage action
Browse files Browse the repository at this point in the history
  • Loading branch information
levaitamas committed Feb 13, 2025
1 parent ade4e97 commit 190fc68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: go test -v -covermode=count
coverage:
runs-on: ubuntu-latest
if: github.repository == 'hsnlab/dcontrolller'
if: github.repository == 'hsnlab/dcontroller'
steps:
- name: Install Go
if: success()
Expand Down

0 comments on commit 190fc68

Please sign in to comment.