mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2025-12-12 17:31:15 +00:00
NO-JIRA Fix test assertion
This commit is contained in:
parent
0b794a06fa
commit
502204eab4
1 changed files with 1 additions and 0 deletions
1
.github/workflows/qa-main.yml
vendored
1
.github/workflows/qa-main.yml
vendored
|
|
@ -67,6 +67,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Run action with args
|
- name: Run action with args
|
||||||
|
id: runTest
|
||||||
uses: ./
|
uses: ./
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue