Skip to content

Commit 12014cc

Browse files
committed
feat: update mutation workflow to include SQLite support and remove timeout setting from infection configuration.
1 parent 260e9e0 commit 12014cc

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/mutation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
mutation:
2222
uses: php-forge/actions/.github/workflows/infection.yml@main
2323
with:
24-
extensions: pdo, pdo_pgsql
25-
framework-options: --test-framework-options="--group=pgsql"
24+
extensions: pdo, pdo_pgsql, pdo_sqlite
25+
framework-options: --test-framework-options="--group=pgsql,sqlite"
2626
hook: |
2727
# Configurar PostgreSQL con Docker
2828
docker run -d \

infection.json5

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@
1010
"directories": [
1111
"src"
1212
]
13-
},
14-
"timeout": 10
13+
}
1514
}

0 commit comments

Comments
 (0)