Skip to content

Commit 574d06b

Browse files
test: commit to be removed
1 parent 2396eab commit 574d06b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ jobs:
6161
6262
- name: Set ReportPortal configuration
6363
# ReportPortal agent only works for PHP 7.1, 7.2, 7.3 and 7.4
64-
if: github.ref_name == 'main' && vars.REPORT_PORTAL_ENABLED == 'true' && contains(fromJson('["7.1", "7.2", "7.3", "7.4"]'), matrix.php)
64+
#if: github.ref_name == 'main' && vars.REPORT_PORTAL_ENABLED == 'true' && contains(fromJson('["7.1", "7.2", "7.3", "7.4"]'), matrix.php)
65+
if: vars.REPORT_PORTAL_ENABLED == 'true' && contains(fromJson('["7.1", "7.2", "7.3", "7.4"]'), matrix.php)
6566
run: ./tests/reportportal_conf.sh
6667
env:
6768
REPORT_PORTAL_API_KEY: ${{ secrets.REPORT_PORTAL_API_KEY }}

0 commit comments

Comments
 (0)