mirror of
https://github.com/stakater/Reloader.git
synced 2026-05-16 21:56:55 +00:00
ci: Run e2e tests after unit tests
This commit is contained in:
12
.github/workflows/pull_request.yaml
vendored
12
.github/workflows/pull_request.yaml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user