From 707049856f6c62d2b9b6fbdf223a8acac82eb0e6 Mon Sep 17 00:00:00 2001 From: Marc Durepos Date: Tue, 19 Mar 2024 15:24:46 -0400 Subject: [PATCH] update to workflow --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 29eb686..12b6f12 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ on: jobs: test: runs-on: ubuntu-22.04 - container: ghcr.io/bemade/test-odoo_arm64:latest + container: ghcr.io/bemade/test-odoo:latest name: Test Repo Addons With Odoo strategy: fail-fast: false