Skip to content

Commit 1144b5d

Browse files
committed
Update tests.yml
1 parent cdc8b0e commit 1144b5d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,8 @@ jobs:
7171
restore-keys: |
7272
result-cache-v1-${{ matrix.extension-name }}-
7373
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-
7974
- name: "Run infection"
8075
run: |
81-
git fetch --depth=1 origin ${{ steps.default-branch.outputs.name }}
8276
infection \
8377
--ignore-msi-with-no-mutations \
8478
--min-msi=100 \

0 commit comments

Comments
 (0)