Skip to content

feat: Copy code with both themes (#109) #89

feat: Copy code with both themes (#109)

feat: Copy code with both themes (#109) #89

Workflow file for this run

name: Cypress Tests
on: push
jobs:
cypress-run:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Cypress run
uses: cypress-io/github-action@v6
with:
command: npm run test:component
env:
ELECTRON_EXTRA_LAUNCH_ARGS: '--disable-gpu'