Skip to content

Commit

Permalink
fixing github actions steps and configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Ioannis committed Apr 14, 2026
1 parent 8c722c7 commit f21483d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/registry-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ jobs:
composer --version
docker --version
docker version
echo "DOCKER_API_VERSION=${DOCKER_API_VERSION-}"
echo "${DOCKER_HOST-}"
docker context show
Expand Down Expand Up @@ -140,5 +141,7 @@ jobs:
DB_ENGINE: ${{ matrix.db_engine }}
run: |
set -euxo pipefail
echo "DOCKER_API_VERSION=${DOCKER_API_VERSION}"
export DOCKER_API_VERSION
cd "${COMANAGE_REGISTRY_DIR}"/app
DB_ENGINE="${DB_ENGINE}" vendor/bin/phpunit --testsuite app

0 comments on commit f21483d

Please sign in to comment.