From c41983e7b0d6245d51db480e05c5f49c448bd095 Mon Sep 17 00:00:00 2001 From: Carine Bonnafous Date: Mon, 18 Nov 2024 17:25:02 +0100 Subject: [PATCH] test: commit to be removed --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27f4c0c..0e125bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: ;; 7.1|7.2|7.3|7.4) # If Report Portal is enabled, set up the configuration - if [ "${{ vars.REPORT_PORTAL_ENABLED }}" = "true" && github.ref_name == 'main' ]; then + if [ "${{ vars.REPORT_PORTAL_ENABLED }}" = "true" && "${{ github.ref_name }}" == "devx/dex-943-send-phpunit-tests-to-reportportal" ]; then . ./tests/reportportal_conf.sh fi composer exec phpunit -- --configuration phpunit.ci.xml --coverage-xml ./.coverage