mirror of
https://github.com/stakater/Reloader.git
synced 2026-05-17 06:06:39 +00:00
Fix conflicts
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com>
This commit is contained in:
14
.github/workflows/pull_request.yaml
vendored
14
.github/workflows/pull_request.yaml
vendored
@@ -20,7 +20,7 @@ env:
|
||||
DOCKER_FILE_PATH: Dockerfile
|
||||
DOCKER_UBI_FILE_PATH: Dockerfile.ubi
|
||||
KUBERNETES_VERSION: "1.30.0"
|
||||
KIND_VERSION: "0.23.0"
|
||||
KIND_VERSION: "0.31.0"
|
||||
REGISTRY: ghcr.io
|
||||
RELOADER_EDITION: oss
|
||||
|
||||
@@ -103,15 +103,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:
|
||||
|
||||
Reference in New Issue
Block a user