asd
Some checks failed
Lint / Run on Ubuntu (push) Successful in 2m13s
Tests / Run on Ubuntu (push) Successful in 4m3s
E2E Tests / Run on Ubuntu (push) Successful in 4m37s
Build images / Run lint test (push) Successful in 2m35s
Build images / Run unit test (push) Successful in 2m34s
Build images / Run e2e tests (push) Failing after 7m24s
Build images / Build docker image (push) Has been skipped

This commit is contained in:
Chris Richardson
2025-05-14 08:44:22 -04:00
parent e6c9b269b7
commit d9a945efd4

View File

@@ -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