Skip to content

perf: disable video on cypress tests by default #97

perf: disable video on cypress tests by default

perf: disable video on cypress tests by default #97

Workflow file for this run

name: CI
on:
workflow_dispatch:
pull_request:
branches: [main, dev]
push:
branches: [main, dev]
jobs:
tests:
uses: ./.github/workflows/tests.yaml
secrets: inherit
ci:
runs-on: ubuntu-latest
name: Run CI
needs: [tests]
steps:
- name: "Done"
run: echo "Done"