We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c66c2b8 commit 6c0deceCopy full SHA for 6c0dece
.github/jobs/baseinstall.sh
@@ -7,7 +7,7 @@ db=${2:-install}
7
MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD:-root}
8
9
# If this script is called from unit-tests.sh, we use the test environment
10
-export APP_ENV="${3:-prod}"
+#export APP_ENV="${3:-prod}"
11
12
# In the test environment, we need to use a different database
13
[ "$APP_ENV" = "prod" ] && DATABASE_NAME=domjudge || DATABASE_NAME=domjudge_test
.github/workflows/unit-tests.yml
@@ -14,6 +14,7 @@ jobs:
14
timeout-minutes: 20
15
container:
16
image: domjudge/gitlabci:24.04
17
+ options: --privileged --cgroupns=host --init
18
services:
19
sqlserver:
20
image: mariadb
0 commit comments