Skip to content

Merge pull request #13 from Syberia0/renovate/cypress-13.x-lockfile #23

Merge pull request #13 from Syberia0/renovate/cypress-13.x-lockfile

Merge pull request #13 from Syberia0/renovate/cypress-13.x-lockfile #23

Workflow file for this run

name: Cypress Tests
on: push
jobs:
cypress-run:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Cypress run
uses: cypress-io/github-action@v6
with:
start: npm run cypress-regression-pack
- name: Upload screenshots
uses: actions/upload-artifact@v4
if: failure()
with:
name: cypress-screenshots
path: cypress/screenshots