Skip to content

Merge pull request #42 from vtex-apps/feature/B2BTEAM-1433-security-m… #34

Merge pull request #42 from vtex-apps/feature/B2BTEAM-1433-security-m…

Merge pull request #42 from vtex-apps/feature/B2BTEAM-1433-security-m… #34

Workflow file for this run

name: '[PSH] Quality Engineering'
on:
push:
branches:
- master
- main
jobs:
quality-engineering:
name: QE
uses: vtex-apps/usqa/.github/workflows/quality-engineering.yml@v2
with:
nodeLint: true
nodeTest: false
nodeSonar: true
nodeSonarProjectKey: vtex-apps_b2b-quotes-graphql
nodeSonarOrganization: vtex-apps
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
sonarToken: ${{ secrets.SONAR_TOKEN }}