We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12014cc commit c977ca5Copy full SHA for c977ca5
.github/workflows/mutation.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: php-forge/actions/.github/workflows/infection.yml@main
23
with:
24
extensions: pdo, pdo_pgsql, pdo_sqlite
25
- framework-options: --test-framework-options="--group=pgsql,sqlite"
+ framework-options: --test-framework-options="--group=sqlite,pgsql"
26
hook: |
27
# Configurar PostgreSQL con Docker
28
docker run -d \
0 commit comments