Skip to content

Commit

Permalink
github actions improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Ioannis committed Apr 14, 2026
1 parent 7990aff commit a6bfa10
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions .github/workflows/registry-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,6 @@ jobs:
COMANAGE_REGISTRY_DATABASE_PERSISTENT: "false"

steps:
- name: Show OS info
shell: bash
run: |
set -euxo pipefail
cat /etc/os-release || true
uname -a
- name: Upgrade OS packages
shell: bash
run: |
Expand Down Expand Up @@ -158,6 +151,8 @@ jobs:
shell: bash
run: |
set -euxo pipefail
cat /etc/os-release || true
uname -a
php -v
composer --version
docker --version
Expand Down Expand Up @@ -234,18 +229,12 @@ jobs:
sudo chown www-data:www-data database.php || true
- name: Show working directory
working-directory: ${{ env.COMANAGE_REGISTRY_DIR }}
shell: bash
run: |
set -euxo pipefail
tree -L 3 "${COMANAGE_REGISTRY_DIR}"
- name: Composer update (dev)
shell: bash
working-directory: ${{ env.COMANAGE_REGISTRY_DIR }}/app
run: |
set -euxo pipefail
composer update --no-interaction --no-progress --dev
- name: Run PHPUnit (DB_ENGINE=${{ matrix.db.engine }})
shell: bash
working-directory: ${{ env.COMANAGE_REGISTRY_DIR }}/app
Expand Down

0 comments on commit a6bfa10

Please sign in to comment.