mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-23 18:04:34 +00:00
Update repository to get version 19.0 from oca-addons-repo-template
This commit is contained in:
@@ -3,18 +3,18 @@ name: pre-commit
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- "18.0*"
|
||||
- "19.0*"
|
||||
push:
|
||||
branches:
|
||||
- "18.0"
|
||||
- "18.0-ocabot-*"
|
||||
- "19.0"
|
||||
- "19.0-ocabot-*"
|
||||
|
||||
jobs:
|
||||
pre-commit:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-python@v2
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.11"
|
||||
- name: Get python version
|
||||
|
||||
@@ -3,18 +3,18 @@ name: tests
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- "18.0*"
|
||||
- "19.0*"
|
||||
push:
|
||||
branches:
|
||||
- "18.0"
|
||||
- "18.0-ocabot-*"
|
||||
- "19.0"
|
||||
- "19.0-ocabot-*"
|
||||
|
||||
jobs:
|
||||
unreleased-deps:
|
||||
runs-on: ubuntu-latest
|
||||
name: Detect unreleased dependencies
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- run: |
|
||||
for reqfile in requirements.txt test-requirements.txt ; do
|
||||
if [ -f ${reqfile} ] ; then
|
||||
@@ -35,14 +35,14 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- container: ghcr.io/oca/oca-ci/py3.10-odoo18.0:latest
|
||||
- container: ghcr.io/oca/oca-ci/py3.10-odoo19.0:latest
|
||||
name: test with Odoo
|
||||
- container: ghcr.io/oca/oca-ci/py3.10-ocb18.0:latest
|
||||
- container: ghcr.io/oca/oca-ci/py3.10-ocb19.0:latest
|
||||
name: test with OCB
|
||||
makepot: "false"
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:12.0
|
||||
image: postgres:13
|
||||
env:
|
||||
POSTGRES_USER: odoo
|
||||
POSTGRES_PASSWORD: odoo
|
||||
@@ -55,7 +55,7 @@ jobs:
|
||||
# Disable Redis check
|
||||
ODOO_CLOUD_PLATFORM_UNSAFE: 1
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
persist-credentials: false
|
||||
- name: Install addons and dependencies
|
||||
|
||||
Reference in New Issue
Block a user