Skip to content

Merge pull request #84 from vtex-apps/B2BTEAM-3132 #98

Merge pull request #84 from vtex-apps/B2BTEAM-3132

Merge pull request #84 from vtex-apps/B2BTEAM-3132 #98

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@v3.1.0

Check failure on line 12 in .github/workflows/qe-push.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/qe-push.yml

Invalid workflow file

error parsing called workflow ".github/workflows/qe-push.yml" -> "vtex-apps/usqa/.github/workflows/quality-engineering.yml@v3.1.0" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
nodeLint: true
nodeTest: false
nodeSonar: true
nodeSonarProjectKey: vtex-apps_b2b-quotes
nodeSonarOrganization: vtex-apps
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
sonarToken: ${{ secrets.SONAR_TOKEN }}