Skip to content

CI: tweak pattern for Playground files #2

CI: tweak pattern for Playground files

CI: tweak pattern for Playground files #2

name: Test local Playground
on:
push:
branches: [ "main" ]
paths: [ "mkdocs/docs/playground/**", ".github/workflows/local-playground-test.yml" ]
pull_request:
branches: [ "main" ]
paths: [ "mkdocs/docs/playground/**", ".github/workflows/local-playground-test.yml" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 18.x
uses: actions/setup-node@v4
with:
node-version: 18.x
- name: Run Cypress tests on local Playground
run: |
cd mkdocs/docs/playground
./run-cypress-local.sh