File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 77
88jobs :
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 }}
Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments