Skip to content

Commit 8142431

Browse files
authored
Add QA workflow for OneUnit testing
1 parent 278a1d0 commit 8142431

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.github/workflows/qa.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# С тестированием OneUnit
2+
name: Контроль качества
3+
4+
on:
5+
push:
6+
pull_request:
7+
workflow_dispatch:
8+
9+
jobs:
10+
sonar:
11+
uses: autumn-library/workflows/.github/workflows/sonar.yml@main
12+
with:
13+
coveralls: true
14+
github_repository: oscript-library/ovm
15+
oscript_version: 'dev'
16+
test_engine: 'oneunit'
17+
secrets:
18+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)