Skip to content

Commit

Permalink
try specific k3d version
Browse files Browse the repository at this point in the history
  • Loading branch information
debdutdeb committed Jul 19, 2023
1 parent 9fdf4d2 commit 92545cc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,12 @@ jobs:
repository: ${{ env.TESTS_REPO }}
path: tests
submodules: true

- name: Setup k3d
uses: nolar/setup-k3d-k3s@v1
uses: AbsaOSS/k3d-action
with:
cluster-name: helm

- name: Run tests
shell: bash
env:
Expand Down

0 comments on commit 92545cc

Please sign in to comment.