1
0
mirror of https://github.com/bia-technologies/yaxunit.git synced 2025-01-05 12:50:36 +02:00

ci: загрузка всей истории для корректной работы SQ

This commit is contained in:
alkoleft 2024-08-26 15:51:37 +03:00
parent 8f632e84f4
commit 80b0655b41

View File

@ -14,10 +14,13 @@ jobs:
uses: actions/checkout@v4
with:
ref: refs/pull/${{ github.event.number }}/merge # Для поддержки pull_request и pull_request_target
fetch-depth: 0 # Fetch all history for all tags and branches
- name: Checkout ${{ github.ref_name }}
if: github.event_name == 'push'
uses: actions/checkout@v4
with:
fetch-depth: 0 # Fetch all history for all tags and branches
- name: Configure env vars for SonarCloud scan
env: