Skip to content

Bump postcss from 7.0.39 to 8.4.40 #11

Bump postcss from 7.0.39 to 8.4.40

Bump postcss from 7.0.39 to 8.4.40 #11

Workflow file for this run

name: Cypress e2e tests
on: [push]
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Cypress run
uses: cypress-io/github-action@v5
- uses: actions/upload-artifact@v3
if: failure()
with:
name: cypress-screenshots
path: cypress/screenshots
- uses: actions/upload-artifact@v3
if: failure()
with:
name: cypress-videos
path: cypress/videos