mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-04-05 02:08:05 +00:00
feat: add e2e-minishift Makefile target and workflow job
Signed-off-by: Hristo Hristov <me@hhristov.info>
This commit is contained in:
5
.github/workflows/e2e.yml
vendored
5
.github/workflows/e2e.yml
vendored
@@ -67,7 +67,7 @@ jobs:
|
||||
run: sudo KUBERNETES_SUPPORTED_VERSION=${{ matrix.k8s-version }} make e2e
|
||||
e2e-minishift:
|
||||
name: E2E Testing (Minishift)
|
||||
runs-on: oracle-vm-16cpu-64gb-x86-64
|
||||
runs-on: ubuntu-latest-8-cores
|
||||
steps:
|
||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
with:
|
||||
@@ -86,7 +86,8 @@ jobs:
|
||||
|
||||
- name: Start Minishift
|
||||
run: |
|
||||
./minc create
|
||||
./minc config set provider docker
|
||||
./minc create --log-level debug
|
||||
./minc status
|
||||
|
||||
- name: e2e
|
||||
|
||||
Reference in New Issue
Block a user