From 48f50c7f6bdb487e339a53da4fbc60090fcbe062 Mon Sep 17 00:00:00 2001 From: Ciprian Hacman Date: Sun, 12 Jul 2020 20:37:14 +0300 Subject: [PATCH] Build all instead of nodeup for linux --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ce63b63057..e906185136 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,10 +23,10 @@ jobs: with: path: ${{ env.GOPATH }}/src/k8s.io/kops - - name: make nodeup examples test + - name: make all examples test working-directory: ${{ env.GOPATH }}/src/k8s.io/kops run: | - make nodeup examples test + make all examples test build-macos-amd64: runs-on: macos-10.15