Skip to content

Commit

Permalink
fixed minor naming
Browse files Browse the repository at this point in the history
Signed-off-by: mehul <[email protected]>
  • Loading branch information
hellspawn679 committed Nov 3, 2024
1 parent 742febb commit b6bbc4b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Run chart-testing (lint)
run: ct lint --config ct.yaml

test-with-allInOne:
test-with-all-in-one:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -49,5 +49,12 @@ jobs:

- name: Run chart-testing (install)
run: |
ct install --config ct.yaml --helm-extra-set-args "--set provisionDataStore.cassandra=false --set storage.type=memory --set allInOne.enabled=true --set agent.enabled=false --set collector.enabled=false --set query.enabled=false"
ct install --config ct.yaml \
--helm-extra-set-args "
--set provisionDataStore.cassandra=false \
--set storage.type=memory \
--set allInOne.enabled=true \
--set agent.enabled=false \
--set collector.enabled=false \
--set query.enabled=false "
Empty file removed es.txt
Empty file.

0 comments on commit b6bbc4b

Please sign in to comment.