ci: Run e2e tests after unit tests

This commit is contained in:
TheiLLeniumStudios
2026-01-14 23:43:31 +01:00
parent ad8ab639b5
commit 72a0976829

View File

@@ -102,15 +102,15 @@ jobs:
kind version
kind version | grep -q ${KIND_VERSION}
- name: Create Kind Cluster
run: |
kind create cluster
kubectl cluster-info
- name: Create Kind Cluster and Setup E2E Dependencies
run: KIND_CLUSTER=kind make e2e-setup
- name: Test
- name: Run unit tests
run: make test
- name: Run E2E tests
run: KIND_CLUSTER=kind make e2e
- name: Run quick A/B load tests
uses: ./.github/actions/loadtest
with: