Skip to content

Commit

Permalink
Fixup testing multiple charts (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn authored Feb 6, 2024
1 parent 5cca2f1 commit a7f9959
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on:
pull_request:
branches:
- main
types:
- opened
- reopened
- synchronize
- labeled

jobs:
lint-test:
Expand Down Expand Up @@ -96,9 +101,3 @@ jobs:
ct install --config ct-install.yaml
--namespace "$INSTALL_NAMESPACE"
$TEST_ALL_CHARTS_ARG
--skip-clean-up
- name: Debug on failure
if: failure()
run: |
kubectl --namespace "$INSTALL_NAMESPACE" get svc

0 comments on commit a7f9959

Please sign in to comment.