Skip to content

Bump astro from 5.1.2 to 5.3.0 #1390

Bump astro from 5.1.2 to 5.3.0

Bump astro from 5.1.2 to 5.3.0 #1390

Workflow file for this run

name: Run test
on:
push:
pull_request:
# Allows you to run this workflow manually from the Actions tab on GitHub.
workflow_dispatch:
# Allow this job to clone the repo and create a page deployment
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run
uses: cypress-io/github-action@v6
with:
build: npm run build
start: npm start
browser: chrome