Merge pull request #158 from Josmar-jr/fix/save-edit-address-data #191
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: '[PSH] Quality Engineering' | |
on: | |
push: | |
branches: | |
- master | |
- main | |
jobs: | |
quality-engineering: | |
name: QE | |
uses: vtex-apps/usqa/.github/workflows/quality-engineering.yml@v2.1.14 | |
with: | |
nodeLint: true | |
nodeTest: false | |
nodeSonar: true | |
nodeSonarProjectKey: vtex-apps_b2b-organizations | |
nodeSonarOrganization: vtex-apps | |
secrets: | |
githubToken: ${{ secrets.GITHUB_TOKEN }} | |
sonarToken: ${{ secrets.SONAR_TOKEN }} |