Skip to content

Commit

Permalink
ci:fix: chaos-mesh tests require a specific version of kubectl
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Nuri <marc@marcnuri.com>
  • Loading branch information
manusa committed Sep 1, 2023
1 parent fe44c74 commit a70a97e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/e2e-chaos-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ jobs:
java-version: "${{ matrix.java-version }}"
distribution: "temurin"
cache: maven
- name: Setup Kubectl # Chaos-Mesh setup requires a functional kubectl version for all cluster versiones
uses: azure/setup-kubectl@v3
with:
version: ${{ matrix.kubernetes }}
- name: Install Chaos Mesh
run: |
curl -sSL https://mirrors.chaos-mesh.org/v${CHAOS_MESH_VERSION}/install.sh | bash
Expand Down

0 comments on commit a70a97e

Please sign in to comment.