Skip to content

Bump cookie and astro #108

Bump cookie and astro

Bump cookie and astro #108

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