|  | 
| 25 | 25 |     - name: Import environment variables from file | 
| 26 | 26 |       run: | | 
| 27 | 27 |         cat ".github/env" >> "$GITHUB_ENV" | 
| 28 |  | -    - name: Start kind cluster | 
| 29 |  | -      uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0 | 
| 30 |  | -      with: | 
| 31 |  | -        version: ${{ env.kind-version }} | 
| 32 |  | -        node_image: ${{ env.kind-image }} | 
| 33 |  | -        wait: 300s | 
| 34 |  | -        config: ./tests/e2e/kind-config.yaml | 
| 35 |  | -        cluster_name: e2e | 
| 36 | 28 |     - name: Wait for cluster to finish bootstraping | 
| 37 | 29 |       run: | | 
| 38 | 30 |         echo "Waiting for all nodes to be ready..." | 
|  | 
| 57 | 49 |     - name: Import environment variables from file | 
| 58 | 50 |       run: | | 
| 59 | 51 |         cat ".github/env" >> "$GITHUB_ENV" | 
| 60 |  | -    - name: Start kind cluster | 
| 61 |  | -      uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0 | 
| 62 |  | -      with: | 
| 63 |  | -        version: ${{ env.kind-version }} | 
| 64 |  | -        node_image: ${{ env.kind-image }} | 
| 65 |  | -        wait: 300s | 
| 66 |  | -        config: ./tests/e2e/kind-config.yaml | 
| 67 |  | -        cluster_name: e2e | 
| 68 | 52 |     - name: Wait for cluster to finish bootstraping | 
| 69 | 53 |       run: | | 
| 70 | 54 |         echo "Waiting for all nodes to be ready..." | 
|  | 
| 89 | 73 |     - name: Import environment variables from file | 
| 90 | 74 |       run: | | 
| 91 | 75 |         cat ".github/env" >> "$GITHUB_ENV" | 
| 92 |  | -    - name: Start kind cluster | 
| 93 |  | -      uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0 | 
| 94 |  | -      with: | 
| 95 |  | -        version: ${{ env.kind-version }} | 
| 96 |  | -        node_image: ${{ env.kind-image }} | 
| 97 |  | -        wait: 300s | 
| 98 |  | -        config: ./tests/e2e/kind-config.yaml | 
| 99 |  | -        cluster_name: e2e | 
| 100 | 76 |     - name: Wait for cluster to finish bootstraping | 
| 101 | 77 |       run: | | 
| 102 | 78 |         echo "Waiting for all nodes to be ready..." | 
|  | 
0 commit comments