Skip to content

Commit

Permalink
(bugfix) noop test for e2e project
Browse files Browse the repository at this point in the history
  • Loading branch information
koliveira15 committed Mar 17, 2024
1 parent d7b241f commit d81c045
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions e2e/nx-sonarqube-e2e/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
"lint": {
"executor": "nx:noop"
},
"test": {
"executor": "nx:noop"
},
"sonar": {
"executor": "@koliveira15/nx-sonarqube:scan",
"options": {
Expand Down

0 comments on commit d81c045

Please sign in to comment.