add gh warmup for e2e
This commit is contained in:
parent
27b1babbc0
commit
cbfa0658eb
1 changed files with 3 additions and 0 deletions
3
.github/workflows/e2e.yml
vendored
3
.github/workflows/e2e.yml
vendored
|
|
@ -21,6 +21,9 @@ jobs:
|
|||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
|
||||
- name: Kind Warmup
|
||||
run: kind create cluster -n sshpipertest
|
||||
|
||||
- name: E2E
|
||||
run: docker-compose up --build --abort-on-container-exit
|
||||
working-directory: e2e
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue