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 b13fc7a commit c41983e
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 @@ -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
Expand Down

0 comments on commit c41983e

Please sign in to comment.