diff --git a/.github/workflows/deploy-int.yml b/.github/workflows/deploy-int.yml index 4b1ce1827..4122d7bdc 100644 --- a/.github/workflows/deploy-int.yml +++ b/.github/workflows/deploy-int.yml @@ -78,5 +78,6 @@ jobs: docker compose run --rm php composer config repositories.gally-premium composer $PACKAGIST_URL && docker compose run --rm -e COMPOSER_AUTH='$COMPOSER_AUTH' php composer require \"gally/gally-standard:${{ env.composer_version }} as ${{ inputs.last_published_version }}\" && docker compose run --rm -e COMPOSER_AUTH='$COMPOSER_AUTH' php composer require \"gally/gally-premium:${{ env.composer_version }}\" && + docker compose run --rm -e COMPOSER_AUTH='$COMPOSER_AUTH' php composer require \"gally/gally-sample-data:${{ env.composer_version }}\" && GALLY_CATALOG_MEDIA_URL=${MEDIA_URL} SERVER_NAME=$HOSTNAME API_ROUTE_PREFIX=api APP_SECRET=$APP_SECRET POSTGRES_PASSWORD=$POSTGRES_PASSWORD COMPOSER_AUTH='$COMPOSER_AUTH' docker compose -f compose.yml -f compose.int.yml up -d --build " diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index aff3b6314..09a662a23 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -156,5 +156,4 @@ jobs: fail_below_threshold: false - name: "[End] Job failed, gathering logs" - if: ${{ failure() }} - run: ${{env.docker_compose_cmd}} logs + run: ${{env.docker_compose_cmd}} logs -t