mirror of
https://github.com/shouptech/tempgopher.git
synced 2026-02-03 16:49:42 +00:00
Fix error in ci yaml
This commit is contained in:
parent
961a8de916
commit
14fa9a78c4
1 changed files with 2 additions and 1 deletions
|
|
@ -24,6 +24,7 @@ test:
|
||||||
- go get -v -t ./...
|
- go get -v -t ./...
|
||||||
- go test -v -coverprofile=$CI_PROJECT_DIR/coverage.out
|
- go test -v -coverprofile=$CI_PROJECT_DIR/coverage.out
|
||||||
artifacts:
|
artifacts:
|
||||||
|
paths:
|
||||||
- coverage.out
|
- coverage.out
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue