From 08ec8d33f7197d6265286fecc469924a30f8e8c2 Mon Sep 17 00:00:00 2001 From: mpyw Date: Wed, 23 Aug 2023 12:47:17 +0900 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=8E=A1=20migrate=20configuration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c045d18..feed843 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}