Skip to content

Commit

Permalink
remove Sonar test
Browse files Browse the repository at this point in the history
  • Loading branch information
beatrizmaselli committed Oct 10, 2023
1 parent 5e1841e commit 4aae227
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/qe-pull-request-target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
dangerRequireChangelog: false
nodeLint: true
nodeTest: false
nodeSonar: true
nodeSonarProjectKey: vtex-apps_store-locator
nodeSonarOrganization: vtex-apps
# nodeSonar: true
# nodeSonarProjectKey: vtex-apps_store-locator
# nodeSonarOrganization: vtex-apps
cypress: true
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/qe-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
dangerRequireChangelog: false
nodeLint: true
nodeTest: false
nodeSonar: true
nodeSonarProjectKey: vtex-apps_store-locator
nodeSonarOrganization: vtex-apps
# nodeSonar: true
# nodeSonarProjectKey: vtex-apps_store-locator
# nodeSonarOrganization: vtex-apps
cypress: true
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/qe-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
with:
nodeLint: true
nodeTest: false
nodeSonar: true
nodeSonarProjectKey: vtex-apps_store-locator
nodeSonarOrganization: vtex-apps
# nodeSonar: true
# nodeSonarProjectKey: vtex-apps_store-locator
# nodeSonarOrganization: vtex-apps
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
sonarToken: ${{ secrets.SONAR_TOKEN }}

0 comments on commit 4aae227

Please sign in to comment.