Skip to content

Fix detecting dark theme leftovers (#153) #40

Fix detecting dark theme leftovers (#153)

Fix detecting dark theme leftovers (#153) #40

Workflow file for this run

name: E2E on Chrome
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Cypress run
uses: cypress-io/github-action@v6
with:
working-directory: packages/nextjs
browser: chrome
start: yarn dev
wait-on: "http://localhost:3000"