Skip to content

Commit

Permalink
removed paths-ignore and excluded nodemodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Matte22 committed Oct 30, 2023
1 parent 6037e88 commit bbc726d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/api-audit-test-coverage-response.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ on:
- "api/source/**"
- "test/api/**"
- ".github/workflows/api-audit-test-coverage-response.yml"
paths-ignore:
- "api/source/node_modules/**"
- "!api/source/node_modules/**"

push:
branches:
- main
Expand All @@ -19,8 +19,8 @@ on:
- "api/source/**"
- "test/api/**"
- ".github/workflows/api-audit-test-coverage-response.yml"
paths-ignore:
- "api/source/node_modules/**"
- "!api/source/node_modules/**"


env:
STIGMAN_API_PORT: 64001
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/client-sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ on:
- "client/src/css/**"
- "client/src/serviceWorker.js"
- ".github/workflows/client-sonarcloud.yml"
paths-ignore:
- "client/src/js/third-party/node_modules/**"
- "!client/src/js/third-party/node_modules/**"

push:
branches:
- main
Expand All @@ -19,8 +19,7 @@ on:
- "client/src/css/**"
- "client/src/serviceWorker.js"
- ".github/workflows/client-sonarcloud.yml"
paths-ignore:
- "client/src/js/third-party/node_modules/**"
- "!client/src/js/third-party/node_modules/**"

permissions:
pull-requests: read # allows SonarCloud to decorate PRs with analysis results
Expand Down

0 comments on commit bbc726d

Please sign in to comment.