Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
iseki-working committed Jun 8, 2022
1 parent 8fc0cf0 commit bafa9f9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,18 @@ compose-build-saas:
- mv * ../
- cd ..

test:
image: iseki0/go-deno:latest
stage: build
cache:
key: cli-build-cache-0041
paths:
- .go/pkg/mod/
before_script:
- mkdir -p .go
script:
go test -v ./...

compose-build:
image: iseki0/go-deno:latest
stage: build
Expand Down

0 comments on commit bafa9f9

Please sign in to comment.