Skip to content

Commit fe62204

Browse files
committed
Test suite fixes.
1 parent 42cac9b commit fe62204

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/testsuite.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
run: |
1515
rm docker-compose.yml
1616
cp docker-compose.testing.yml docker-compose.override.yml
17-
curl -fsSL https://raw.githubusercontent.com/AzuraCast/AzuraCast/master/docker-compose.sample.yml > docker-compose.yml
18-
docker-compose run -e APPLICATION_ENV=production --rm --user="azuracast" web azuracast_install --load-fixtures
17+
curl -fsSL https://raw.githubusercontent.com/AzuraCast/AzuraCast/main/docker-compose.sample.yml > docker-compose.yml
18+
docker-compose run -e APPLICATION_ENV=production --rm web azuracast_install --load-fixtures
1919
docker-compose up -d web
2020
docker-compose run --rm cli composer test
21-
docker-compose down -v
21+
docker-compose down -v

azuracast.env

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
APPLICATION_ENV=testing
66

7+
MARIADB_RANDOM_ROOT_PASSWORD=1
8+
79
INIT_BASE_URL=docker.local
810
INIT_INSTANCE_NAME=local testing
911

0 commit comments

Comments
 (0)