Create a new ci-nightly GitHub workflow with steps similar to the ci workflow, but it should run this every night (cron) and manually triggered (workflow_dispatch).
The workflow should have an optional input parameter workspaces. It should be parsed as json with a string array. When it's not defined all workspaces should run. Read other workflows and scripts/ci folder.
For the workspaces a new matrix job should then run all verifications from ci. Incl tsc, build, test, e2e tests.
Create a new ci-nightly GitHub workflow with steps similar to the ci workflow, but it should run this every night (cron) and manually triggered (workflow_dispatch).
The workflow should have an optional input parameter workspaces. It should be parsed as json with a string array. When it's not defined all workspaces should run. Read other workflows and scripts/ci folder.
For the workspaces a new matrix job should then run all verifications from ci. Incl tsc, build, test, e2e tests.