mirror of
https://github.com/rjNemo/underscore
synced 2026-06-11 04:56:44 +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
|
uses: codecov/codecov-action@v2.1.0
|
||||||
with:
|
with:
|
||||||
token: 7106da3d-7479-471f-ae37-e3680b62063d
|
token: 7106da3d-7479-471f-ae37-e3680b62063d
|
||||||
file: ./coverage.txt
|
file: ./lib/coverage.txt
|
||||||
flags: unittests
|
flags: unittests
|
||||||
name: codecov-umbrella
|
name: codecov-umbrella
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
FROM golang:1.18beta1-bullseye
|
FROM golang:1.18beta1-bullseye
|
||||||
|
|
||||||
#WORKDIR /app
|
WORKDIR /lib
|
||||||
|
|
||||||
COPY go.* ./
|
COPY go.* ./
|
||||||
RUN go mod download
|
RUN go mod download
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue