Skip to content

Commit

Permalink
ci: add script to reset graph
Browse files Browse the repository at this point in the history
  • Loading branch information
felipefialho committed Nov 7, 2024
1 parent b222356 commit ad33297
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/sonarcloud-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ jobs:
run: npm ci --legacy-peer-deps --include=optional
continue-on-error: false

- name: Reset nx graph
run: npx nx reset

- name: Define test script to run
id: define-script
run: |
Expand Down

0 comments on commit ad33297

Please sign in to comment.