ci: Move full E2E tests into their own scheduled workflow (#4757)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2022-11-29 13:31:36 +01:00
committed by GitHub
parent 09a48c51b6
commit 86a4965e9a
2 changed files with 46 additions and 5 deletions

View File

@@ -35,11 +35,6 @@ jobs:
- name: Test
run: pnpm test
- name: Test E2E
run: |
pnpm cypress:install
pnpm test:e2e:all
- name: Lint
env:
CI_LINT_MASTER: true