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:
commit
8c54a563df
7
.github/workflows/sq.yml
vendored
7
.github/workflows/sq.yml
vendored
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user