Skip to content

Commit c977ca5

Browse files
committed
fix: reorder test framework options for mutation workflow to ensure proper execution.
1 parent 12014cc commit c977ca5

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=pgsql,sqlite"
25+
framework-options: --test-framework-options="--group=sqlite,pgsql"
2626
hook: |
2727
# Configurar PostgreSQL con Docker
2828
docker run -d \

0 commit comments

Comments
 (0)