Skip to content

🐛 Allow Only/Exclude/Indifferent filters for appeal status #400

🐛 Allow Only/Exclude/Indifferent filters for appeal status

🐛 Allow Only/Exclude/Indifferent filters for appeal status #400

Workflow file for this run

name: E2E Cypress Tests
on:
pull_request:
push:
branches:
- main
jobs:
cypress-run:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 20
- name: Cypress run
uses: cypress-io/github-action@v5
with:
build: yarn build
start: yarn start
browser: chrome
- name: Setup Screenshot Artifacts
if: failure()
uses: actions/upload-artifact@v3
with:
name: cypress-screenshots
path: cypress/screenshots