1
0
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:
Simon Aronsson 2021-01-12 20:13:19 +01:00 committed by GitHub
parent 8b95e8c1c3
commit eccf87a47d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: