From 4101c64b4bef4aa045a64778505bc3b6bdd0c789 Mon Sep 17 00:00:00 2001 From: Syndesi Date: Wed, 29 Nov 2023 19:06:57 +0100 Subject: [PATCH] WIP. --- .github/workflows/ci-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index c69c82e9..abb52ff5 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -209,7 +209,7 @@ jobs: chmod 777 test-feature-prepare docker load < /tmp/docker/api-dev-amd.tar.gz docker compose -f ./tests/FeatureTests/docker-compose-${{ matrix.dockerCompose }}.yml --profile database up --quiet-pull -d --wait - docker compose -f ./tests/FeatureTests/docker-compose-${{ matrix.dockerCompose }}.yml --profile api up --quiet-pull -d --wait + docker compose -f ./tests/FeatureTests/docker-compose-${{ matrix.dockerCompose }}.yml up --quiet-pull -d --wait docker exec ember-nexus-api bash -c "composer install --ignore-platform-req=php --quiet && composer test:feature" test-example-generation-controller: @@ -241,7 +241,7 @@ jobs: chmod 777 test-feature-prepare docker load < /tmp/docker/api-dev-amd.tar.gz docker compose -f ./tests/ExampleGenerationController/docker-compose.yml --profile database up --quiet-pull -d --wait - docker compose -f ./tests/ExampleGenerationController/docker-compose.yml --profile api up --quiet-pull -d --wait + docker compose -f ./tests/ExampleGenerationController/docker-compose.yml up --quiet-pull -d --wait docker exec ember-nexus-api bash -c "composer install --ignore-platform-req=php --quiet && composer test:example-generation-controller" @@ -274,5 +274,5 @@ jobs: chmod 777 test-feature-command-prepare docker load < /tmp/docker/api-dev-amd.tar.gz docker compose -f ./tests/ExampleGenerationCommand/docker-compose.yml --profile database up --quiet-pull -d --wait - docker compose -f ./tests/ExampleGenerationCommand/docker-compose.yml --profile api up --quiet-pull -d --wait + docker compose -f ./tests/ExampleGenerationCommand/docker-compose.yml up --quiet-pull -d --wait docker exec ember-nexus-api bash -c "composer install --ignore-platform-req=php --quiet && BACKUP_FOLDER_CAN_BE_RESET=1 composer test:example-generation-command"