Merge pull request #360 from opencloud-eu/runE2EInCI

Run E2E tests in CI
This commit is contained in:
Artur Neumann
2025-03-13 19:08:45 +05:45
committed by GitHub
parent 66508c2518
commit 9e80334e8d
7 changed files with 36 additions and 31 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#!/bin/bash
source .drone.env
source .woodpecker.env
# if no $1 is supplied end the script
# Can be web, acceptance or e2e
+1 -1
View File
@@ -1,3 +1,3 @@
{
"defaultFont": "/drone/src/tests/config/drone/NotoSans.ttf"
"defaultFont": "/woodpecker/src/github.com/opencloud-eu/opencloud/tests/config/woodpecker/NotoSans.ttf"
}