feat(odoo, prometheusAgent): update Odoo addonsGitRepos to remove bra… #357
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
| on: | |
| pull_request: | |
| branches: | |
| - "main" | |
| push: | |
| branches: | |
| - "main" | |
| jobs: | |
| test: | |
| name: Test | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: actions/setup-python@v5 | |
| with: | |
| python-version: '3.12' | |
| - name: Install uv | |
| uses: astral-sh/setup-uv@v5 | |
| - name: Clone taskfile | |
| run: ./task clone-taskfile | |
| - name: Test Odoo chart | |
| run: ./task test-chart-odoo | |
| # - name: Test Nextcloud chart | |
| # run: ./task test-chart-nextcloud |