This repository has been archived by the owner on Jan 31, 2024. It is now read-only.
Bump cypress from 13.6.2 to 13.6.4 #55
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Cypress Tests | |
on: [push, pull_request] | |
jobs: | |
cypress-run: | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Setup Node.js | |
uses: actions/setup-node@v3 | |
with: | |
node-version: 18 | |
cache: npm | |
- name: Cypress run | |
uses: cypress-io/github-action@v6 | |
with: | |
build: npm run docs:build | |
start: npm run ci |