Skip to content

Commit

Permalink
Update desktop-electron-sonarqube-missing-net-dependency.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw authored Mar 11, 2024
1 parent 1961768 commit 90b5aa4
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ jobs:

- name: Test
working-directory: ./starskydesktop
env:
STARSKY_SONAR_KEY: ${{ secrets.STARSKY_SONAR_KEY }}
STARSKY_SONAR_TOKEN: ${{ secrets.STARSKY_SONAR_TOKEN }}
STARSKY_SONAR_ORGANISATION: ${{ secrets.STARSKY_SONAR_ORGANISATION }}
STARSKY_SONAR_URL: ${{ secrets.STARSKY_SONAR_URL }}
run: npm run test:ci


0 comments on commit 90b5aa4

Please sign in to comment.