Skip to content

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/api_refs.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ jobs:
2929
with:
3030
ref: ${{ steps.version_and_branches.outputs.base_branch }}
3131

32+
- name: Disable PHP coverage
33+
uses: shivammathur/setup-php@v2
34+
with:
35+
coverage: none
36+
3237
- name: Build API Refs
3338
env:
3439
SATIS_NETWORK_KEY: ${{ secrets.SATIS_NETWORK_KEY }}

0 commit comments

Comments
 (0)