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 b725475 commit 906dac7Copy full SHA for 906dac7
.github/workflows/test-php.yml
@@ -67,6 +67,8 @@ jobs:
67
68
- name: Mutation tests - modifications
69
run: |
70
+ echo $GITHUB_BASE_REF
71
+ git remote
72
git fetch --depth=1 origin $GITHUB_BASE_REF
73
vendor/bin/roave-infection-static-analysis-plugin \
74
--git-diff-lines --git-diff-base=origin/$GITHUB_BASE_REF \
0 commit comments