From d9a945efd4e953ce40315d76d2baa9caf01f0870 Mon Sep 17 00:00:00 2001 From: Chris Richardson Date: Wed, 14 May 2025 08:44:22 -0400 Subject: [PATCH] asd --- .github/workflows/build.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 837bd7a..85367c6 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -6,7 +6,7 @@ on: #make docker-build docker-push IMG=example/virtualhost-operator:latest jobs: lint: - name: Run on Ubuntu + name: Run lint test runs-on: ubuntu-latest steps: - name: Clone the code @@ -22,7 +22,7 @@ jobs: with: version: v1.63.4 test: - name: Run on Ubuntu + name: Run unit test runs-on: ubuntu-latest steps: - name: Clone the code @@ -38,7 +38,7 @@ jobs: go mod tidy make test test-e2e: - name: Run on Ubuntu + name: Run e2e tests runs-on: ubuntu-20.04 steps: - name: Clone the code @@ -74,7 +74,6 @@ jobs: run: | go mod tidy make test-e2e - build-docker: name: Build docker image runs-on: ubuntu-20.04