Skip to content
Snippets Groups Projects
Commit a11cf761 authored by Christoph Witzko's avatar Christoph Witzko
Browse files

chore: fix build

parent c70d912c
Branches
Tags v1.0.0
No related merge requests found
......@@ -16,9 +16,19 @@ jobs:
run: |
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s
./bin/golangci-lint run -v
test:
runs-on: ubuntu-latest
needs: lint
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v1
with:
go-version: 1.15
- run: ./scripts/start-gitea.sh
- run: go test -v ./...
build:
runs-on: ${{ matrix.os }}
needs: lint
needs: test
strategy:
fail-fast: true
matrix:
......@@ -29,8 +39,6 @@ jobs:
with:
go-version: 1.15
- run: go build ./cmd/provider-git/
- run: ./scripts/start-gitea.sh
- run: go test -v ./...
release:
runs-on: ubuntu-latest
needs: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment