Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 11 additions & 5 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:

jobs:
fastTests:
name: Fast Tests and Lints
name: Fast Test
runs-on: ubuntu-20.04
steps:
- name: Set up Go 1.x
Expand Down Expand Up @@ -51,12 +51,18 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Run golangci-lint
uses: golangci/[email protected]

- name: Generate K8s YAML
run: make generate-k8s-yaml

golangci:
# this action needs to run in its own job per setup
name: Lint Eastwood
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Set up golangci-lint
uses: golangci/[email protected]

buildLinux:
name: Build Linux Binaries
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -178,4 +184,4 @@ jobs:
key: gocache

- name: E2E Tests
run: test/k8s-local-cluster-test/run-test -v ${{ matrix.k8sVersion }}
run: test/k8s-local-cluster-test/run-test -v ${{ matrix.k8sVersion }}