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: