Skip to content

Commit

Permalink
set correct test case version in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
koertho committed Aug 7, 2023
1 parent ee14f93 commit 2fd41d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Install the dependencies
id: composer-install
run: composer require contao/core-bundle:${{ matrix.contao }} --no-interaction
run: composer require contao/core-bundle:${{ matrix.contao }} contao/test-case:${{ matrix.contao }} --no-interaction

- name: Run the unit tests
if: steps.composer-install.conclusion == 'success' && steps.composer-install.outcome == 'success'
Expand All @@ -50,7 +50,7 @@ jobs:
uses: actions/checkout@v3

- name: Install the dependencies
run: composer require contao/core-bundle:4.13.* --no-interaction
run: composer require contao/core-bundle:4.13.* contao/test-case:4.13.* --no-interaction

- name: Generate the coverage report
run: php vendor/bin/phpunit -c phpunit.xml.dist --coverage-clover build/logs/clover.xml
Expand Down

0 comments on commit 2fd41d1

Please sign in to comment.