Skip to content

Merge pull request #175 from vtex-apps/fix/decision #176

Merge pull request #175 from vtex-apps/fix/decision

Merge pull request #175 from vtex-apps/fix/decision #176

Workflow file for this run

name: '[PSH] Quality Engineering'
on:
push:
branches:
- main
- master
jobs:
quality-engineering:
name: QE
uses: vtex-apps/usqa/.github/workflows/quality-engineering.yml@v2
with:
dotnetLint: true
dotnetSonar: true
dotnetSonarProjectKey: vtex-apps_cybersource
dotnetSonarOrganization: vtex-apps
cypress: false
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
sonarToken: ${{ secrets.SONAR_TOKEN }}
cypressJson: ${{ secrets.VTEX_QE }}