Skip to content

Merge pull request #173 from vtex-apps/fix/B2BTEAM-2059-clearCart #201

Merge pull request #173 from vtex-apps/fix/B2BTEAM-2059-clearCart

Merge pull request #173 from vtex-apps/fix/B2BTEAM-2059-clearCart #201

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.1.14
with:
nodeLint: true
nodeTest: false
nodeSonar: true
nodeSonarProjectKey: vtex-apps_storefront-permissions
nodeSonarOrganization: vtex-apps
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
sonarToken: ${{ secrets.SONAR_TOKEN }}