master
helenanull 2 years ago
parent 7bc2cf6800
commit 64e30ba7db

@ -7,3 +7,15 @@ workflows:
- cypress/run:
cypress-command: 'npx cypress run --parallel --record'
parallelism: 2
weekly:
triggers:
- schedule:
cron: "0 0 * * 0"
filters:
branches:
only:
- main
jobs:
- cypress/run:
cypress-command: 'npx cypress run --parallel --record'
parallelism: 2

Loading…
Cancel
Save