Skip to content

SQQGGHA-9 Use new SonarQube (Server, Cloud) product names #91

SQQGGHA-9 Use new SonarQube (Server, Cloud) product names

SQQGGHA-9 Use new SonarQube (Server, Cloud) product names #91

Workflow file for this run

name: QA
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]
jobs:
run-unit-tests:
runs-on: ubuntu-latest
steps:
- name: checkout action
uses: actions/checkout@v2
with:
path: main
fetch-depth: 0
- name: checkout bats-core
uses: actions/checkout@v2
with:
path: bats-core
repository: bats-core/bats-core
fetch-depth: 0
- name: Install BATS test framework
run:
sudo ./bats-core/install.sh /usr/local
- name: Execute BATS tests
run:
cd main && bats test/check-quality-gate-test.bats