SONAR-14822 Write an IT
This commit is contained in:
18
.github/workflows/qa.yml
vendored
Normal file
18
.github/workflows/qa.yml
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
name: QA
|
||||
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
run_qa:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- run: ./test/run-qa.sh
|
||||
timeout-minutes: 5
|
||||
services:
|
||||
sonarqube:
|
||||
image: sonarqube:8.9-community
|
||||
ports:
|
||||
- 9000:9000
|
||||
Reference in New Issue
Block a user