Skip to content

feat(action): Fix wrong workflow yml file depth #11

feat(action): Fix wrong workflow yml file depth

feat(action): Fix wrong workflow yml file depth #11

Workflow file for this run

name: e2e
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
others:
uses: './.github/workflows/reusable/e2e.yml'

Check failure on line 11 in .github/workflows/e2e.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/e2e.yml

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
with:
others: true
dom-snapshot:
uses: './.github/workflows/reusable/e2e.yml'
with:
dom-snapshot: true
screen-snapshot:
uses: './.github/workflows/reusable/e2e.yml'
with:
screen-snapshot: true