feat: add APPSMITH_HIDE_HELP_BUTTON env var to hide help/support icon #103
This file contains hidden or 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: Helm Unit Tests | |
| on: | |
| pull_request: | |
| branches: | |
| - release | |
| paths: | |
| - "deploy/helm/**" | |
| workflow_dispatch: | |
| jobs: | |
| unittest: | |
| runs-on: ubuntu-latest | |
| defaults: | |
| run: | |
| working-directory: deploy/helm | |
| shell: bash | |
| steps: | |
| - name: Checkout the code | |
| uses: actions/checkout@v4 | |
| - name: Unittest | |
| run: | | |
| docker run --rm -v $(pwd):/apps helmunittest/helm-unittest . |