Skip to content
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.

Collapsible opt/par #96

Collapsible opt/par

Collapsible opt/par #96

Workflow file for this run

name: E2E
on: [push, pull_request]
permissions:
contents: read
jobs:
build:
runs-on: macos-latest
strategy:
fail-fast: false
matrix:
node-version: [16] # Dosn't work with 18. https://github.com/cypress-io/github-action/issues/534#issuecomment-1115947632
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
# uses version from "packageManager" field in package.json
- name: Setup Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
cache: pnpm
node-version: ${{ matrix.node-version }}
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run
uses: cypress-io/github-action@v5
with:
start: pnpm run dev
command: pnpm run cy
wait-on: http://127.0.0.1:8080
- name: Upload artifacts # Find artifacts under actions/jobs
if: always()
uses: actions/upload-artifact@v3
with:
name: snapshots
path: ./cypress/