Skip to content

Commit

Permalink
feat(ci/cd): k3s instead of minikube
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamad-liyaghi committed Apr 7, 2024
1 parent 1937de6 commit c0e612b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/actions/test-kubernetes/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ description: "Test the application on kubernetes"
runs:
using: 'composite'
steps:
- name: Set up kubectl
uses: azure/setup-kubectl@v1

- name: Start minikube
uses: medyagh/setup-minikube@master

- uses: debianmaster/actions-k3s@master
id: k3s
with:
version: 'latest'

- name: Create ConfigMap
run: kubectl create configmap academy-master-env --from-env-file=./backend/.env.local && kubectl create configmap academy-master-env-file --from-file=.env=./backend/.env.local
Expand Down

0 comments on commit c0e612b

Please sign in to comment.