4
0
mirror of https://github.com/AzuraCast/AzuraCast.git synced 2024-06-13 20:56:36 +00:00

Remove second build step.

This commit is contained in:
Buster Neece 2023-01-13 13:16:55 -06:00
parent 4ebf685160
commit e1d5d58158
No known key found for this signature in database
GPG Key ID: F1D2E64A0005E80E

View File

@ -130,10 +130,6 @@ jobs:
cp docker-compose.sample.yml docker-compose.yml cp docker-compose.sample.yml docker-compose.yml
cp docker-compose.testing.yml docker-compose.override.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. - name: Run functional test suite.
run: | run: |
chmod 777 tests/_output/ chmod 777 tests/_output/