Skip to content

Commit

Permalink
Fixed missing var passed to test action
Browse files Browse the repository at this point in the history
  • Loading branch information
yann-eugone committed May 23, 2024
1 parent 50e156b commit 7baef01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
uses: ./.github/actions/install
with:
php-version: ${{ matrix.php-version }}
dbal-version: ${{ matrix.dbal-version }}
orm-version: ${{ matrix.orm-version }}
- name: "Run tests with phpunit/phpunit"
run: vendor/bin/phpunit

Expand Down

0 comments on commit 7baef01

Please sign in to comment.