Skip to content

Commit

Permalink
Tweak some ci stuff?
Browse files Browse the repository at this point in the history
  • Loading branch information
tico24 committed Jul 28, 2021
1 parent 57a257d commit 4a65951
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- "kindest/node:v1.19.11"
- "kindest/node:v1.18.19"
- "kindest/node:v1.17.17"
fail-fast: false
fail-fast: true

steps:
- name: Checkout
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
run: ct lint --all --debug --config lint.yaml

- name: Create kind cluster
uses: helm/kind-action@v1.1.0
uses: helm/kind-action@v1.2.0
if: steps.list-changed.outputs.changed == 'true'
with:
node_image: ${{ matrix.kubernetes_version }}
Expand Down
2 changes: 1 addition & 1 deletion test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ chart-repos:
- mongodb=https://charts.bitnami.com/bitnami
chart-dirs:
- charts
helm-extra-args: --timeout 600s
helm-extra-args: --timeout 300s

0 comments on commit 4a65951

Please sign in to comment.