Skip to content

Commit

Permalink
oracle-support-test
Browse files Browse the repository at this point in the history
  • Loading branch information
staudenmeir committed Aug 21, 2023
1 parent 3db29c6 commit 2d63604
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 @@ -93,7 +93,7 @@ jobs:
- run: cp tests/config/database.ci.php tests/config/database.php
- run: |
PHPUNIT_FLAGS=$([ "${{ matrix.coverage }}" == "xdebug" ] && echo "--coverage-clover=coverage.xml" || echo "")
vendor/bin/phpunit tests/EloquentTest.php --filter testWithExpression$
vendor/bin/phpunit tests/EloquentTest.php --filter testWithRecursiveExpression$
env:
DATABASE: ${{ matrix.database }}
MYSQL_PORT: ${{ job.services.mysql.ports[3306] }}
Expand Down

0 comments on commit 2d63604

Please sign in to comment.