From db6dad3013b5e94909dff2c27738f28d6323d339 Mon Sep 17 00:00:00 2001 From: Sami Mazouz Date: Sat, 30 Nov 2024 13:03:05 +0100 Subject: [PATCH] fix --- .github/workflows/REUSABLE_backend.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/REUSABLE_backend.yml b/.github/workflows/REUSABLE_backend.yml index 5fadd3d194..0bc53595f5 100644 --- a/.github/workflows/REUSABLE_backend.yml +++ b/.github/workflows/REUSABLE_backend.yml @@ -69,8 +69,8 @@ env: FLARUM_TEST_TMP_DIR_LOCAL: tests/integration/tmp COMPOSER_AUTH: ${{ secrets.composer_auth }} DB_DATABASE: flarum_test - DB_USERNAME: root - DB_PASSWORD: root + DB_USERNAME: flarum + DB_PASSWORD: password jobs: test: