Skip to content

Merge pull request #837 from rtdip/develop #89

Merge pull request #837 from rtdip/develop

Merge pull request #837 from rtdip/develop #89

Workflow file for this run

# Copyright 2022 RTDIP
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
name: 'Main'
on:
# Trigger the workflow on push to main
push:
branches:
- main
jobs:
job_run_unit_tests_previous_versions:
uses: rtdip/core/.github/workflows/test.yml@main
job_run_unit_tests_and_sonarqube:
uses: rtdip/core/.github/workflows/sonarcloud_reusable.yml@main
with:
REPO_NAME: ""
HEAD_BRANCH: ""
HEAD_SHA: ""
PR_NUMBER: ""
PR_HEAD_REF: ""
PR_BASE_REF: ""
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}