2023-01-20 10:21:22 +00:00
|
|
|
name: Cypress tests -- night run
|
|
|
|
|
|
|
|
on:
|
|
|
|
schedule:
|
|
|
|
- cron: '0 4 * * *'
|
|
|
|
workflow_dispatch:
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
nightly:
|
2023-01-24 12:25:29 +00:00
|
|
|
uses: ./.github/workflows/cypress-run.yml
|
2023-01-20 10:21:22 +00:00
|
|
|
secrets: inherit
|
|
|
|
with:
|
2024-03-03 14:25:04 +00:00
|
|
|
projects: '["explorer-e2e","governance-e2e"]'
|
2023-01-20 10:21:22 +00:00
|
|
|
tags: '@smoke @regression @slow'
|