mirror of
https://github.com/rjNemo/underscore
synced 2026-06-10 20:46:42 +00:00
fix: empty step
This commit is contained in:
parent
335dcb53b5
commit
a0f894fccf
1 changed files with 0 additions and 1 deletions
1
.github/workflows/unit-test.yml
vendored
1
.github/workflows/unit-test.yml
vendored
|
|
@ -24,7 +24,6 @@ jobs:
|
||||||
fi
|
fi
|
||||||
- name: Test
|
- name: Test
|
||||||
run: go test -v ./...
|
run: go test -v ./...
|
||||||
- name: Upload coverage to Codecov
|
|
||||||
- name: Upload coverage report
|
- name: Upload coverage report
|
||||||
uses: codecov/codecov-action@v2.1.0
|
uses: codecov/codecov-action@v2.1.0
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue