Skip to content

Commit 86a3d89

Browse files
committed
Remove 'byte_level' and 'syntax_errors' from GitHub workflow
In the mutation testing workflow, the dependencies on "byte_level" and "syntax_errors" jobs have been removed. This simplifies the process, allowing mutation testing to run more efficiently.
1 parent 48c2033 commit 86a3d89

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/infection.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ on:
1010
jobs:
1111
mutation_testing:
1212
name: "5️⃣ Mutation Testing"
13-
needs:
14-
- "byte_level"
15-
- "syntax_errors"
1613
runs-on: "ubuntu-latest"
1714
steps:
1815
- name: "Set up PHP"

0 commit comments

Comments
 (0)