Skip to content

Commit c6eb523

Browse files
committed
CCM-10294: temp testing change
1 parent 4a9a1a6 commit c6eb523

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

.github/workflows/stage-2-test.yaml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -131,25 +131,25 @@ jobs:
131131
# run: |
132132
# echo "Nothing to save"
133133
# perform-static-analysis:
134-
name: "Perform static analysis"
135-
needs: [test-unit]
136-
runs-on: ubuntu-latest
137-
permissions:
138-
id-token: write
139-
contents: read
140-
timeout-minutes: 5
141-
steps:
142-
- name: "Checkout code"
143-
uses: actions/checkout@v4
144-
with:
145-
fetch-depth: 0 # Full history is needed to improving relevancy of reporting
146-
- name: "Download coverage report for SONAR"
147-
uses: actions/download-artifact@v4
148-
with:
149-
name: code-coverage-report
150-
- name: "Perform static analysis"
151-
uses: ./.github/actions/perform-static-analysis
152-
with:
153-
sonar_organisation_key: "${{ vars.SONAR_ORGANISATION_KEY }}"
154-
sonar_project_key: "${{ vars.SONAR_PROJECT_KEY }}"
155-
sonar_token: "${{ secrets.SONAR_TOKEN }}"
134+
# name: "Perform static analysis"
135+
# needs: [test-unit]
136+
# runs-on: ubuntu-latest
137+
# permissions:
138+
# id-token: write
139+
# contents: read
140+
# timeout-minutes: 5
141+
# steps:
142+
# - name: "Checkout code"
143+
# uses: actions/checkout@v4
144+
# with:
145+
# fetch-depth: 0 # Full history is needed to improving relevancy of reporting
146+
# - name: "Download coverage report for SONAR"
147+
# uses: actions/download-artifact@v4
148+
# with:
149+
# name: code-coverage-report
150+
# - name: "Perform static analysis"
151+
# uses: ./.github/actions/perform-static-analysis
152+
# with:
153+
# sonar_organisation_key: "${{ vars.SONAR_ORGANISATION_KEY }}"
154+
# sonar_project_key: "${{ vars.SONAR_PROJECT_KEY }}"
155+
# sonar_token: "${{ secrets.SONAR_TOKEN }}"

0 commit comments

Comments
 (0)