Skip to content

Commit

Permalink
CI: Update action
Browse files Browse the repository at this point in the history
  • Loading branch information
bbusse committed Jan 10, 2024
1 parent 6f158f9 commit 0174fb2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/setup-cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ jobs:
setup-cluster:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Start minikube
id: minikube
uses: medyagh/setup-minikube@latest
- name: kubectl
run: kubectl get pods -A
- name: Setup cluster
run: |
ls && \
./run.sh
ls -al

0 comments on commit 0174fb2

Please sign in to comment.