Skip to content

Commit

Permalink
Use helm/kind-action
Browse files Browse the repository at this point in the history
  • Loading branch information
SaaldjorMike committed Sep 13, 2023
1 parent 28c0a36 commit 6d03348
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,12 @@ jobs:
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- uses: engineerd/setup-kind@v0.5.0
- uses: helm/kind[email protected].0
with:
version: "v0.19.0"
image: ${{ matrix.kind-k8s-version }}
node_image: ${{ matrix.kind-k8s-version }}
cluster_name: "kind"
wait: "300s"
- name: Get temp bin dir
id: bin_dir
run: echo "BIN_DIR=$(mktemp -d --tmpdir=${{ github.workspace }})" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 6d03348

Please sign in to comment.