Split CI build step.

This commit is contained in:
Buster Neece 2023-01-13 11:48:02 -06:00
parent ef4c7b48a4
commit 5cc6a36220
No known key found for this signature in database
GPG Key ID: F1D2E64A0005E80E
2 changed files with 5 additions and 1 deletions

View File

@ -130,6 +130,10 @@ jobs:
cp docker-compose.sample.yml docker-compose.yml
cp docker-compose.testing.yml docker-compose.override.yml
- name: Build Functional test image.
run: |
docker-compose build web
- name: Run functional test suite.
run: |
chmod 777 tests/_output/

View File

@ -13,7 +13,7 @@ apt-get update
echo "mariadb-server" mysql-server/root_password_again password 'unused'; \
} | debconf-set-selections
apt-get install -q -y --no-install-recommends mariadb-server mariadb-backup
apt-get install -q -y --no-install-recommends mariadb-server mariadb-backup pwgen
rm -rf /var/lib/mysql
mkdir -p /var/lib/mysql /var/run/mysqld