Initial commit: create table, column and schemaparse
Some checks failed
CI / release-test (push) Failing after 4s
Some checks failed
CI / release-test (push) Failing after 4s
This commit is contained in:
21
.gitea/workflows/CI.yaml
Normal file
21
.gitea/workflows/CI.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
name: CI
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
release-test:
|
||||
container:
|
||||
image: offline-twitter/go
|
||||
volumes:
|
||||
- woodpecker-gocache:/go-cache-volume
|
||||
env:
|
||||
GOPATH: /go-cache-volume
|
||||
GOCACHE: /go-cache-volume/build-cache
|
||||
steps:
|
||||
- name: checkout
|
||||
run: |
|
||||
GOBIN=/usr/local/go/bin go install git.offline-twitter.com/offline-labs/gocheckout@0.0.1
|
||||
gocheckout
|
||||
- name: test
|
||||
run: |
|
||||
go test ./...
|
||||
Reference in New Issue
Block a user