Skip to content

Commit

Permalink
fix: try another link
Browse files Browse the repository at this point in the history
  • Loading branch information
FritzHoing committed Apr 26, 2024
1 parent f324702 commit 34591a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,7 @@ jobs:
${{ runner.OS }}-
- name: Install dependencies ⏬
run: |
npm ci
pwd
ls -lah
run: npm ci

- name: Test code ✅
run: npm run test
Expand Down
4 changes: 2 additions & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sonar.projectBaseDir=/home/runner/work/shogun-admin/shogun-admin
sonar.testExecutionReportPaths=./coverage/jest-report.xml
sonar.tests=src/
sonar.sources=src/
sonar.tests=/src/
sonar.sources=/src/
sonar.test.inclusions=**/*.spec.tsx, **/*.spec.ts
sonar.projectKey=shogun-admin
sonar.javascript.lcov.reportPaths=./coverage/lcov.info

0 comments on commit 34591a6

Please sign in to comment.