Skip to content

Commit 167a571

Browse files
committed
Workflow перенацелены на main
1 parent 728cd6c commit 167a571

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/qa.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ on:
77

88
jobs:
99
sonar:
10-
uses: autumn-library/workflows/.github/workflows/sonar.yml@v1
10+
uses: autumn-library/workflows/.github/workflows/sonar.yml@main
1111
with:
1212
github_repository: oscript-library/semver
1313
coveralls: true
14+
oscript_version: 'dev'
15+
test_engine: 'oneunit'
1416
secrets:
1517
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

.github/workflows/testing.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,11 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
include:
14-
- oscript_version: 'default'
15-
test_engine: '1testrunner'
16-
- oscript_version: 'stable'
14+
- oscript_version: ['default', 'stable']
1715
test_engine: '1testrunner'
1816
- oscript_version: 'dev'
1917
test_engine: 'oneunit'
20-
uses: autumn-library/workflows/.github/workflows/test.yml@oneunit
18+
uses: autumn-library/workflows/.github/workflows/test.yml@main
2119
with:
2220
oscript_version: ${{ matrix.oscript_version }}
2321
test_engine: ${{ matrix.test_engine }}

0 commit comments

Comments
 (0)