Skip to content

.github/workflows/qe-schedule.yml #170

.github/workflows/qe-schedule.yml

.github/workflows/qe-schedule.yml #170

Workflow file for this run

name: '[SCH] Quality Engineering'
on:
schedule:
- cron: '45 23 * * MON-FRI'
jobs:
quality-engineering:
name: QE
uses: vtex-apps/usqa/.github/workflows/quality-engineering.yml@v3.1.0

Check failure on line 10 in .github/workflows/qe-schedule.yml

View workflow run for this annotation

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

Invalid workflow file

error parsing called workflow ".github/workflows/qe-schedule.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:
cypress: true
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
cypressJson: ${{ secrets.VTEX_QE }}