From eeb81768f065f6296bf488fb763a503fe4b01b0c Mon Sep 17 00:00:00 2001 From: Yannick Payot Date: Thu, 11 May 2023 18:42:52 +0200 Subject: [PATCH] isolate baseurl_field tests --- .github/workflows/test.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9b19682..e6e24de 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -55,6 +55,13 @@ jobs: name: test azure with Odoo - container: ghcr.io/oca/oca-ci/py3.6-ocb13.0:latest include: "attachment_azure,cloud_platform_azure" + name: test fileurl with OCB + - container: ghcr.io/oca/oca-ci/py3.6-odoo13.0:latest + include: "base_fileurl_field,test_base_fileurl_field" + makepot: "true" + name: test fileurl with Odoo + - container: ghcr.io/oca/oca-ci/py3.6-ocb13.0:latest + include: "base_fileurl_field,test_base_fileurl_field" name: test azure with OCB - container: ghcr.io/oca/oca-ci/py3.6-odoo13.0:latest exclude: "attachment_azure,attachment_s3,attachment_swift,cloud_platform_exoscale,cloud_platform_ovh,cloud_platform_azure"