Update Dockerfile to install necessary libraries and remove SQLite during build process #475
Workflow file for this run
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 test | |
| on: | |
| pull_request: | |
| paths-ignore: | |
| - 'charts/pdp/**' # Ignore changes in 'charts/pdp' directory | |
| jobs: | |
| helm_test: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v3 | |
| - name: Skipping helm_test workflow | |
| run: echo "Skipping helm_test since 'charts/pdp' has not been touched" |