Skip to content

Commit

Permalink
WIP.
Browse files Browse the repository at this point in the history
  • Loading branch information
Syndesi committed Nov 29, 2023
1 parent 4c83e58 commit 4101c64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"

0 comments on commit 4101c64

Please sign in to comment.