Feature/icm/834 fix ingress annotation conflict in icm web chart #8
Workflow file for this run
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-web chart" | |
on: | |
pull_request: | |
paths: | |
- "charts/icm-web/**" | |
jobs: | |
lint-test-icm-web-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-web.yaml | |
chartName: icm-web |