We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 278a1d0 commit 8142431Copy full SHA for 8142431
1 file changed
.github/workflows/qa.yaml
@@ -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