Skip to content

Merge pull request #21 from vtex-apps/chore/add-vtex-com-application-… #18

Merge pull request #21 from vtex-apps/chore/add-vtex-com-application-…

Merge pull request #21 from vtex-apps/chore/add-vtex-com-application-… #18

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: false
nodeTest: false
nodeSonar: false
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
sonarToken: ${{ secrets.SONAR_TOKEN }}