diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index c428826..c74b4e9 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -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: