mirror of https://github.com/VinGarcia/ksql.git
Try to fix and improve the CI script
parent
71a9810582
commit
d18ed2b1ab
|
@ -3,10 +3,14 @@ name: CI
|
|||
on: push
|
||||
|
||||
jobs:
|
||||
build:
|
||||
tests:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
services:
|
||||
docker-in-docker:
|
||||
image: docker:dind
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Run a one-line script
|
||||
- name: Run linters
|
||||
run: go vet ./...
|
||||
- name: Run tests
|
||||
run: go test ./...
|
||||
|
|
Loading…
Reference in New Issue