File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414 fail-fast : false
1515 matrix :
1616 os : [ubuntu-latest, windows-latest, macos-latest]
17- oscript_version : ['1.2.0 ', 'stable ']
17+ oscript_version : ['stable ', '1.8.4 ']
1818
1919 steps :
2020 - uses : actions/checkout@v2
4040 oscript ./tasks/coverage.os
4141
4242 - name : SonarCloud Scan on push
43- if : github.repository == 'oscript-library/opm' && github.event_name == 'push' && matrix.os == 'ubuntu-latest' && matrix.oscript_version == 'dev '
43+ if : github.repository == 'oscript-library/opm' && github.event_name == 'push' && matrix.os == 'ubuntu-latest' && matrix.oscript_version == 'stable '
4444 uses : nixel2007/sonarcloud-github-action@v1.4
4545 env :
4646 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5151 -Dsonar.branch.name=${{ env.BRANCH_NAME }}
5252
5353 - name : SonarCloud Scan on PR
54- if : github.repository == 'oscript-library/opm' && github.event_name == 'pull_request' && matrix.os == 'ubuntu-latest' && matrix.oscript_version == 'dev '
54+ if : github.repository == 'oscript-library/opm' && github.event_name == 'pull_request' && matrix.os == 'ubuntu-latest' && matrix.oscript_version == 'stable '
5555 uses : nixel2007/sonarcloud-github-action@v1.4
5656 env :
5757 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments