mirror of
https://github.com/rjNemo/underscore
synced 2026-06-06 02:26:42 +00:00
chore: change workdir
This commit is contained in:
parent
4aa4caa2aa
commit
a900b4ff64
2 changed files with 2 additions and 2 deletions
2
.github/workflows/unit-test.yml
vendored
2
.github/workflows/unit-test.yml
vendored
|
|
@ -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
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
FROM golang:1.18beta1-bullseye
|
||||
|
||||
#WORKDIR /app
|
||||
WORKDIR /lib
|
||||
|
||||
COPY go.* ./
|
||||
RUN go mod download
|
||||
|
|
|
|||
Loading…
Reference in a new issue