Skip to content

Bump astro from 5.14.1 to 5.14.3 (#336) #222

Bump astro from 5.14.1 to 5.14.3 (#336)

Bump astro from 5.14.1 to 5.14.3 (#336) #222

Workflow file for this run

name: Playground
on:
push:
jobs:
test-playground:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Setup
uses: ./.github/actions/setup
- name: Install Playwright browsers
run: pnpm --filter devapp exec playwright install --with-deps
- name: Run playground tests
run: pnpm --filter playground test