Skip to content

test: screen-reader

test: screen-reader #8

Workflow file for this run

---
name: Default Pipeline
on:
pull_request:
push:
branches:
- "main"
jobs:
init:
uses: ./.github/workflows/00-init.yml
init-playwright:
uses: ./.github/workflows/00-init-playwright.yml
get-playwright-version:
uses: ./.github/workflows/01-get-playwright-version.yml

Check failure on line 18 in .github/workflows/default.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/default.yml

Invalid workflow file

error parsing called workflow ".github/workflows/default.yml" -> "./.github/workflows/01-get-playwright-version.yml" : failed to fetch workflow: workflow was not found.
needs: [init]
test-screen-reader:
uses: ./.github/workflows/02-e2e-screen-reader.yml
needs: [init-playwright]