From 4cf82a835097bce35b158831f995207063899738 Mon Sep 17 00:00:00 2001 From: DonHaul Date: Wed, 14 Aug 2024 16:37:08 +0200 Subject: [PATCH] gh actions: test-backoffice.yml fix --- .github/workflows/test-backoffice.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-backoffice.yml b/.github/workflows/test-backoffice.yml index 61e21ddb..716ba1ed 100644 --- a/.github/workflows/test-backoffice.yml +++ b/.github/workflows/test-backoffice.yml @@ -72,4 +72,4 @@ jobs: --env POSTGRES_HOST=127.0.0.1 --env OPENSEARCH_HOST=127.0.0.1:9200 registry.cern.ch/cern-sis/inspire/backoffice@${{ needs.build.outputs.image-id }} - run pytest" + run pytest