Skip to content

feat(odoo, prometheusAgent): update Odoo addonsGitRepos to remove bra… #357

feat(odoo, prometheusAgent): update Odoo addonsGitRepos to remove bra…

feat(odoo, prometheusAgent): update Odoo addonsGitRepos to remove bra… #357

Workflow file for this run

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