mirror of
https://github.com/bia-technologies/yaxunit.git
synced 2025-02-01 19:14:35 +02:00
parent
06f3a93bef
commit
fd64c38eff
5
.github/workflows/main-build.yml
vendored
5
.github/workflows/main-build.yml
vendored
@ -9,6 +9,11 @@ concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
checks: write
|
||||
id-token: write
|
||||
|
||||
jobs:
|
||||
build_artifacts:
|
||||
name: Build artifacts
|
||||
|
4
.github/workflows/run-tests-linux.yml
vendored
4
.github/workflows/run-tests-linux.yml
vendored
@ -160,7 +160,7 @@ jobs:
|
||||
uses: mikepenz/action-junit-report@v3
|
||||
if: always()
|
||||
with:
|
||||
check_name: Tests. Linux v${{ inputs.v8_version }} ${{ inputs.locale }}
|
||||
report_paths: reports/report.xml
|
||||
fail_on_failure: ${{ inputs.fail_on_failure }}
|
||||
require_passed_tests: ${{ inputs.fail_on_failure }}
|
||||
update_check: true
|
||||
require_passed_tests: true
|
5
.github/workflows/sq.yml
vendored
5
.github/workflows/sq.yml
vendored
@ -43,7 +43,8 @@ jobs:
|
||||
-Dsonar.host.url=https://sonar.openbsl.ru
|
||||
-Dsonar.branch.name=${{ env.BRANCH_NAME }}
|
||||
-Dsonar.projectVersion=${{ steps.extract_version.outputs.version }}
|
||||
|
||||
-Dsonar.qualitygate.wait=true
|
||||
-Dsonar.qualitygate.timeout=300
|
||||
# Анализ проекта в SonarQube (PR)
|
||||
# https://docs.sonarqube.org/latest/analysis/pull-request/
|
||||
- name: Анализ в SonarQube (pull-request)
|
||||
@ -57,3 +58,5 @@ jobs:
|
||||
-Dsonar.pullrequest.branch=${{ github.event.pull_request.head.ref }}
|
||||
-Dsonar.pullrequest.base=${{ github.event.pull_request.base.ref }}
|
||||
-Dsonar.scm.revision=${{ github.event.pull_request.head.sha }}
|
||||
-Dsonar.qualitygate.wait=true
|
||||
-Dsonar.qualitygate.timeout=300
|
||||
|
Loading…
x
Reference in New Issue
Block a user