1
0
mirror of https://github.com/bia-technologies/yaxunit.git synced 2025-01-20 18:48:36 +02:00

Merge branch 'develop' of https://github.com/ViktorErmakov/yaxunit into develop

This commit is contained in:
Виктор 2023-02-08 21:42:48 +03:00
commit 8c54a563df

View File

@ -1,9 +1,6 @@
name: sq-analyze
on:
push:
branches:
pull_request:
on: [push, pull_request]
jobs:
SonarScanner:
@ -32,7 +29,6 @@ jobs:
id: extract_version
- name: SonarCloud Scan on push
if: github.event_name == 'push'
uses: nixel2007/sonarcloud-github-action@v1.4
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
@ -41,5 +37,4 @@ jobs:
with:
args: >
-Dsonar.host.url=https://sonar.openbsl.ru
-Dsonar.branch.name=${{ env.BRANCH_NAME }}
-Dsonar.projectVersion=${{ steps.extract_version.outputs.version }}