chore: change workdir

This commit is contained in:
Ruidy 2022-01-05 12:26:40 -04:00
parent 4aa4caa2aa
commit a900b4ff64
2 changed files with 2 additions and 2 deletions

View file

@ -28,6 +28,6 @@ jobs:
uses: codecov/codecov-action@v2.1.0
with:
token: 7106da3d-7479-471f-ae37-e3680b62063d
file: ./coverage.txt
file: ./lib/coverage.txt
flags: unittests
name: codecov-umbrella

View file

@ -1,6 +1,6 @@
FROM golang:1.18beta1-bullseye
#WORKDIR /app
WORKDIR /lib
COPY go.* ./
RUN go mod download