ci: add scheduled builds

This commit is contained in:
Rainer Killinger
2023-07-11 16:10:29 +02:00
parent 107a7c5e9e
commit 982b4feb3c
23 changed files with 2266 additions and 1948 deletions

View File

@@ -1,4 +1,4 @@
FROM registry.gitlab.com/openstapps/app
FROM registry.gitlab.com/openstapps/openstapps/app
ENV LC_ALL=en_US.UTF-8 \
LANG=en_US.UTF-8

View File

@@ -6,7 +6,7 @@ e2e:
- pnpm --filter=@openstapps/app exec cypress install
- pnpm test:integration:app
artifacts:
when: always
when: on_failure #TODO: expire artifacts / only keep if job failed etc.
paths:
- frontend/app/cypress/videos
- frontend/app/cypress/screenshots