Skip to content

jbranchaud is testing Playwright GitHub Actions πŸš€ #7

jbranchaud is testing Playwright GitHub Actions πŸš€

jbranchaud is testing Playwright GitHub Actions πŸš€ #7

Workflow file for this run

name: Playwright Demo
run-name: ${{ github.actor }} is testing Playwright GitHub Actions πŸš€
on:
workflow_dispatch:
jobs:
Scheduled-GitHub-Actions:
runs-on: ubuntu-latest
steps:
- run: echo "πŸŽ‰ The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
- run: echo "πŸ”Ž The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
- run: echo "🍏 This job's status is ${{ job.status }}."
Playwright-Total-TypeScript:
runs-on: ubuntu-latest
uses: './.github/workflows/playwright-total-typescript.yml'

Check failure on line 15 in .github/workflows/playwright.yml

View workflow run for this annotation

GitHub Actions / Playwright Demo

Invalid workflow file

The workflow is not valid. .github/workflows/playwright.yml (Line: 15, Col: 5): Unexpected value 'uses'