Skip to content

Commit

Permalink
update pipeline to use k3s
Browse files Browse the repository at this point in the history
  • Loading branch information
frostebite committed Jun 26, 2023
1 parent 4793f6b commit 6a52358
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/cloud-runner-ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,8 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: eu-west-2
- run: yarn
- name: start minikube
id: minikube
if: matrix.providerStrategy == 'k8s'
uses: medyagh/setup-minikube@latest
- name: actions-k3s
uses: debianmaster/actions-k3s@v1.0.5
- run: yarn run test "${{ matrix.test }}" --detectOpenHandles --forceExit --runInBand
timeout-minutes: 60
env:
Expand Down

0 comments on commit 6a52358

Please sign in to comment.