Skip to content

chore(package): update tailwindcss to version 3.4.11 #876

chore(package): update tailwindcss to version 3.4.11

chore(package): update tailwindcss to version 3.4.11 #876

Workflow file for this run

name: Cypress Tests
on:
workflow_dispatch:
push:
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run
uses: cypress-io/github-action@v4
with:
build: yarn build
start: yarn start