Skip to content

Commit

Permalink
test: commit to be removed
Browse files Browse the repository at this point in the history
  • Loading branch information
carine-bonnafous committed Nov 18, 2024
1 parent 3cd9494 commit c1b4b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit c1b4b49

Please sign in to comment.