Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Commit

Permalink
ci: 🎡 migrate configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mpyw committed Aug 23, 2023
1 parent dfcd702 commit 08ec8d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@ jobs:
run: mkdir -p build/logs

- name: Test
run: composer test -- --coverage-clover build/logs/clover.xml
run: |
composer test -- --migrate-configuration || :
composer test -- --coverage-clover build/logs/clover.xml
env:
DB: ${{ matrix.db }}

Expand Down

0 comments on commit 08ec8d3

Please sign in to comment.