Skip to content

feat(kubectl-odoo): add list script and update backup to use tar inst… #359

feat(kubectl-odoo): add list script and update backup to use tar inst…

feat(kubectl-odoo): add list script and update backup to use tar inst… #359

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