From 17025ec974463729c867fc1361f03bc22e1cf5a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Mon, 11 Oct 2021 14:25:01 +0200 Subject: [PATCH] Run tests on GitHub actions on Odoo >= 15 --- ...jinja => {% if odoo_version >= 15 %}test.yml{% endif %}.jinja} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/.github/workflows/{test.yml.jinja => {% if odoo_version >= 15 %}test.yml{% endif %}.jinja} (100%) diff --git a/src/.github/workflows/test.yml.jinja b/src/.github/workflows/{% if odoo_version >= 15 %}test.yml{% endif %}.jinja similarity index 100% rename from src/.github/workflows/test.yml.jinja rename to src/.github/workflows/{% if odoo_version >= 15 %}test.yml{% endif %}.jinja