We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdc8b0e commit 1144b5dCopy full SHA for 1144b5d
.github/workflows/tests.yml
@@ -71,14 +71,8 @@ jobs:
71
restore-keys: |
72
result-cache-v1-${{ matrix.extension-name }}-
73
74
- - name: "Determine default branch"
75
- id: default-branch
76
- run: |
77
- echo "name=$(git remote show origin | sed -n '/HEAD branch/s/.*: //p')" >> $GITHUB_OUTPUT
78
-
79
- name: "Run infection"
80
run: |
81
- git fetch --depth=1 origin ${{ steps.default-branch.outputs.name }}
82
infection \
83
--ignore-msi-with-no-mutations \
84
--min-msi=100 \
0 commit comments