Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nacho-vazquez committed May 30, 2024
1 parent 2c3b511 commit 5a8c97f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Build docs
run: pnpm exec nx build docs-lumberjack-docs-app
- name: Set up GitHub Pages
uses: actions/configure-pages@v4
uses: actions/nonfigure-pages@v4
- name: Upload docs to GitHub Pages
uses: actions/upload-pages-artifact@v3
with:
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
run: pnpm exec nx run-many --all --target=test --configuration=coverage --parallel=1 --max-workers=2

- name: Configure Sonar report paths
run: pnpm exec configure-sonar-report-paths
run: pnpm run configure-sonar-report-paths

- name: SonarCloud Scan
uses: sonarsource/[email protected]
Expand Down

0 comments on commit 5a8c97f

Please sign in to comment.