Skip to content

Bump astro from 4.11.5 to 4.16.3 #109

Bump astro from 4.11.5 to 4.16.3

Bump astro from 4.11.5 to 4.16.3 #109

Workflow file for this run

name: Cypress Tests
on: [pull_request]
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Cypress run
uses: cypress-io/github-action@v6
with:
build: npm run build
start: npm run preview