Skip to content

fix: FIR-36807 command timeout parameter is not working in net #548

fix: FIR-36807 command timeout parameter is not working in net

fix: FIR-36807 command timeout parameter is not working in net #548

Workflow file for this run

name: Pull request
on:
pull_request:
branches: [ main, 0.x ]
jobs:
check-title:
runs-on: ubuntu-latest
steps:
- name: Check title name convention
uses: jef/conventional-commits-pr-action@v1.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
build:
uses: ./.github/workflows/build.yml
code-checkers:
uses: ./.github/workflows/code-check.yml
unit-tests:
uses: ./.github/workflows/unit-tests.yml
sonar-scan:
uses: ./.github/workflows/sonar-scan.yml
secrets:
SONARCLOUD_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}