Skip to content

Bump postcss from 8.4.14 to 8.4.33 #549

Bump postcss from 8.4.14 to 8.4.33

Bump postcss from 8.4.14 to 8.4.33 #549

Workflow file for this run

name: Cypress Tests
on:
pull_request:
branches:
- main
jobs:
cypress-run:
name: Cypress run
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup code
run: yarn
- name: Cypress run
uses: cypress-io/github-action@v2
with:
spec: cypress/integration/**/*
build: yarn build
start: yarn start