We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c686f2 commit 53c0cb8Copy full SHA for 53c0cb8
1 file changed
.github/workflows/ci.yml
@@ -61,8 +61,7 @@ jobs:
61
62
- name: Set ReportPortal configuration
63
# 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)
65
- if: vars.REPORT_PORTAL_ENABLED == 'true' && contains(fromJson('["7.1", "7.2", "7.3", "7.4"]'), matrix.php)
+ if: github.ref_name == 'main' && vars.REPORT_PORTAL_ENABLED == 'true' && contains(fromJson('["7.1", "7.2", "7.3", "7.4"]'), matrix.php)
66
run: ./tests/reportportal/reportportal_conf.sh
67
env:
68
REPORT_PORTAL_API_KEY: ${{ secrets.REPORT_PORTAL_API_KEY }}
0 commit comments