mirror of
https://github.com/containrrr/watchtower.git
synced 2025-01-20 18:28:27 +02:00
make test command windows compatible
This commit is contained in:
parent
8b95e8c1c3
commit
eccf87a47d
2
.github/workflows/pull-request.yml
vendored
2
.github/workflows/pull-request.yml
vendored
@ -48,7 +48,7 @@ jobs:
|
||||
go-version: 1.15.x
|
||||
- name: Run tests
|
||||
run: |
|
||||
go test -v -coverprofile=coverage.out -covermode=atomic ./...
|
||||
go test -v -coverprofile coverage.out -covermode atomic ./...
|
||||
- name: Publish coverage
|
||||
uses: codecov/codecov-action@v1
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user