Skip to content

ci: bump zondax/_workflows/.github/workflows/_checks-links.yaml #183

ci: bump zondax/_workflows/.github/workflows/_checks-links.yaml

ci: bump zondax/_workflows/.github/workflows/_checks-links.yaml #183

Workflow file for this run

name: 'Playwright Tests'

Check failure on line 1 in .github/workflows/ci-playwright.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci-playwright.yml

Invalid workflow file

(Line: 18, Col: 3): The workflow must contain at least one job with no dependencies.
on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.head.ref || github.ref }}
cancel-in-progress: true
jobs:
playwright-tests:
needs:
- ts-checks-linux
uses: zondax/_workflows/.github/workflows/_checks-playwright.yaml@v6
with:
environment: dev