mirror of
https://github.com/prymitive/karma
synced 2026-05-11 03:46:48 +00:00
fix(ci): try fixing tests
This commit is contained in:
committed by
Łukasz Mierzwa
parent
86affe3ee5
commit
15d7b32a9e
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@@ -44,11 +44,7 @@ jobs:
|
||||
run: make mock-assets
|
||||
|
||||
- name: Test Go code
|
||||
uses: nick-invision/retry@v2.8.1
|
||||
with:
|
||||
timeout_minutes: 10
|
||||
max_attempts: 5
|
||||
command: make test-go
|
||||
run: make test-go
|
||||
|
||||
- name: Report code coverage
|
||||
uses: codecov/codecov-action@v3.1.0
|
||||
|
||||
Reference in New Issue
Block a user