fix(icm): fix error message about mutual exclusive databaseName/database configuration #339
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Unit test icm-as chart" | |
on: | |
pull_request: | |
paths: | |
- 'charts/icm-as/**' | |
jobs: | |
lint-test-icm-as-unittest: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- name: Base | |
uses: ./.github/template/base | |
- name: Unit test | |
uses: ./.github/template/unittest | |
with: | |
chartTestingFile: ct_icm-as.yaml | |
chartName: icm-as |