Skip to content

Commit

Permalink
pipeline improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Ioannis committed Apr 15, 2026
1 parent 64cad51 commit 35a8581
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/registry-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
setup-and-test:
name: setup-and-test (php=${{ matrix.php }}, db=${{ matrix.db.engine }})
runs-on:
- codebuild-comanage-pipeline-${{ github.run_id }}-${{ github.run_attempt }}

Expand Down Expand Up @@ -228,13 +229,20 @@ jobs:
PHP
sudo chown www-data:www-data database.php || true
- name: Show working directory
- name: Show (tree) working directory
working-directory: ${{ env.COMANAGE_REGISTRY_DIR }}
shell: bash
run: |
set -euxo pipefail
tree -L 3 "${COMANAGE_REGISTRY_DIR}"
- name: Composer update phpunit only
shell: bash
working-directory: ${{ env.COMANAGE_REGISTRY_DIR }}/app
run: |
set -euxo pipefail
composer update phpunit/phpunit --with-all-dependencies
- name: Run PHPUnit (DB_ENGINE=${{ matrix.db.engine }})
shell: bash
working-directory: ${{ env.COMANAGE_REGISTRY_DIR }}/app
Expand Down

0 comments on commit 35a8581

Please sign in to comment.