Skip to content

Commit e56ff73

Browse files
Fixing CI bugs and typos (#10)
Signed-off-by: Ricardo Zanini <zanini@redhat.com>
1 parent 4322bfb commit e56ff73

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/Go-SDK-PR-Check.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ on:
7171
run: |
7272
./hack/go-test.sh "true"
7373
- name: Upload results to codecov
74-
uses: codecov/codecov-action@v1
75-
with:
76-
file: ./test_coverage.txt
77-
flags: sdk-go
78-
name: sdk-go
79-
fail_ci_if_error: true
74+
uses: codecov/codecov-action@v1
75+
with:
76+
file: ./test_coverage.txt
77+
flags: sdk-go
78+
name: sdk-go
79+
fail_ci_if_error: true

0 commit comments

Comments
 (0)