Skip to content

Bump tailwindcss from 3.4.18 to 4.1.17 #8476

Bump tailwindcss from 3.4.18 to 4.1.17

Bump tailwindcss from 3.4.18 to 4.1.17 #8476

Workflow file for this run

name: Cypress e2e tests
on:
push:
schedule:
- cron: '0 * * * *'
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@v4
if: failure()
with:
name: cypress-screenshots
path: cypress/screenshots
- uses: actions/upload-artifact@v4
if: failure()
with:
name: cypress-videos
path: cypress/videos