From c1b4b49f9080adaaa254e17d9449274f759d72ef Mon Sep 17 00:00:00 2001 From: Carine Bonnafous Date: Mon, 18 Nov 2024 17:53:09 +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 6c2d82f..cd19a81 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: grep -r -l "$string" tests/ | xargs sed -i "s/$string//g" - name: Set ReportPortal configuration - if: github.ref_name == 'main' && vars.REPORT_PORTAL_ENABLED == 'true' && contains(fromJson('["7.1", "7.2", "7.3", "7.4"]'), matrix.php) + if: github.ref_name == 'devx/dex-943-send-phpunit-tests-to-reportportal' && vars.REPORT_PORTAL_ENABLED == 'true' && contains(fromJson('["7.1", "7.2", "7.3", "7.4"]'), matrix.php) run: ./tests/reportportal_conf.sh env: REPORT_PORTAL_API_KEY: ${{ secrets.REPORT_PORTAL_API_KEY }}