Skip to content

Commit

Permalink
Use minikube directly
Browse files Browse the repository at this point in the history
Signed-off-by: Klaus Ma <klausm@nvidia.com>
  • Loading branch information
k82cn committed Jan 13, 2025
1 parent dafee7f commit ba1624d
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,15 @@ jobs:
command: make
args: build
- name: Setup Minikube
uses: hiberbee/github-action-minikube@1.7.0
- name: Deploy Flame by Skaffold
uses: hiberbee/github-action-skaffold@1.27.0
with:
command: run
uses: medyagh/setup-minikube@latest
- name: Build image
run: |
minikube image build -t registry.minikube/flame-executor-manager -f docker/Dockerfile.fem .
minikube image build -t registry.minikube/flame-session-manager -f docker/Dockerfile.fsm .
minikube image build -t registry.minikube/flame-console -f docker/Dockerfile.console .
- name: Deploy Flame
run: |
kubectl apply -k installer/
- name: Run E2E Test
run: |
cargo make test

0 comments on commit ba1624d

Please sign in to comment.