Skip to content

Commit 1b1f7ed

Browse files
committed
move to config
1 parent 9c7222a commit 1b1f7ed

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/infection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: composer update
4444

4545
- name: Mutation Tests
46-
run: vendor/bin/infection --timeout=60 --only-covering-test-cases
46+
run: vendor/bin/infection --only-covering-test-cases
4747

4848
- name: Print the mutation.log file for easy copy/paste from GitHub Actions
4949
run: cat infection.log

infection.json.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
]
66
},
77
"threads": "max",
8+
"timeout": 60,
89
"minCoveredMsi": 90,
910
"phpUnit": {
1011
"configDir": "."

0 commit comments

Comments
 (0)