Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilbe27 committed Jan 14, 2024
1 parent af6c560 commit 32f6617
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-ts-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@ jobs:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}

- run: ls && cd ts-sdk && ls
- run: cd .. ls && cd .. && ls

- name: "SonarQube Quality Gate"
uses: sonarsource/sonarqube-quality-gate-action@master
timeout-minutes: 5
with:
scanMetadataReportFile: ts-sdk/report-task.txt
scanMetadataReportFile: "**/report-task.txt"
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit 32f6617

Please sign in to comment.