Skip to content

Commit

Permalink
test: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
carine-bonnafous committed Dec 18, 2024
1 parent bce1970 commit 3e83aa2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ jobs:

- name: Run PHPUnit tests with coverage
run: |
echo ${{ github.ref_name }}
echo ${{ vars.REPORT_PORTAL_ENABLED }}
task test
echo ${{ github.ref_name == 'main' || github.ref_name == 'develop' || github.ref.name == 'devx/dex-942-send-alma-magento2-phpunit-tests-to-reportportal' }}
echo ${{ vars.REPORT_PORTAL_ENABLED == 'true' }}
#task test

0 comments on commit 3e83aa2

Please sign in to comment.