Skip to content

Commit 1ff5ed8

Browse files
committed
fix: update mutation workflow to remove pgsql group from test framework options.
1 parent c977ca5 commit 1ff5ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mutation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: php-forge/actions/.github/workflows/infection.yml@main
2323
with:
2424
extensions: pdo, pdo_pgsql, pdo_sqlite
25-
framework-options: --test-framework-options="--group=sqlite,pgsql"
25+
framework-options: --test-framework-options="--group=sqlite"
2626
hook: |
2727
# Configurar PostgreSQL con Docker
2828
docker run -d \

0 commit comments

Comments
 (0)