Skip to content

Fix unit multiplier #220

Fix unit multiplier

Fix unit multiplier #220

Workflow file for this run

name: '[PRN] Quality Engineering'
on:
pull_request:
branches:
- main
- master
types:
- opened
- synchronize
- reopened
- ready_for_review
jobs:
quality-engineering:
name: QE
uses: vtex-apps/usqa/.github/workflows/quality-engineering.yml@v3.1.0

Check failure on line 17 in .github/workflows/qe-pull-request.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/qe-pull-request.yml

Invalid workflow file

error parsing called workflow ".github/workflows/qe-pull-request.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:
danger: true
dangerRequireChangelog: false
nodeLint: true
nodeTest: false
nodeSonar: true
nodeSonarProjectKey: vtex-apps_b2b-quotes
nodeSonarOrganization: vtex-apps
cypress: false
cyRunnerTimeOut: 45
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
sonarToken: ${{ secrets.SONAR_TOKEN }}
cypressJson: ${{ secrets.VTEX_QE }}