Skip to content

Web build

Web build #10

Workflow file for this run

name: Tonkeeper Web Playwright
on:
workflow_dispatch:
inputs:
base-url:
type: string
description: app url
jobs:
web-tests:
needs: web-build
uses: ./.github/workflows/web/web-tests.yaml

Check failure on line 11 in .github/workflows/playwright.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/playwright.yaml

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
with:
base-url: ${{ inputs.base-url }}
secrets: inherit