Skip to content

Commit

Permalink
Move .github actions directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Ioannis committed Mar 12, 2026
1 parent f22ca3e commit 3aac58d
Showing 1 changed file with 12 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,17 @@ jobs:
COMANAGE_REGISTRY_VERSION: develop
# COMANAGE_REGISTRY_SRC_URL is computed dynamically in a step.

TEST_DB_NAME: test_db
TEST_DB_USER: test_user
TEST_DB_PASS: test_password
# Values used by your PHPUnit setup test
COMANAGE_REGISTRY_ADMIN_GIVEN_NAME: Admin
COMANAGE_REGISTRY_ADMIN_FAMILY_NAME: User
COMANAGE_REGISTRY_ADMIN_USERNAME: admin
COMANAGE_REGISTRY_SECURITY_SALT: phpunit-security-salt

# Values used by tests/bootstrap.php to create containers (host/port are set dynamically after start)
COMANAGE_REGISTRY_DATABASE: registry_test
COMANAGE_REGISTRY_DATABASE_USER: test_user
COMANAGE_REGISTRY_DATABASE_USER_PASSWORD: test_password
COMANAGE_REGISTRY_DATABASE_PERSISTENT: "false"

steps:
- name: Checkout (only for workflow files)
Expand Down Expand Up @@ -53,7 +61,7 @@ jobs:
composer --version
docker --version
- name: Install OS packages needed for setup + some PHP extensions
- name: Install OS packages needed for setup
shell: bash
run: |
set -euxo pipefail
Expand Down

0 comments on commit 3aac58d

Please sign in to comment.