From e5890eae9f3d86b5a8ecfa0fb6c349fccf3e2b5b Mon Sep 17 00:00:00 2001 From: roger2hk Date: Wed, 31 Jul 2024 12:59:18 +0000 Subject: [PATCH] Update database user credential --- .github/workflows/go_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go_test.yml b/.github/workflows/go_test.yml index 6d3fea73..75c94477 100644 --- a/.github/workflows/go_test.yml +++ b/.github/workflows/go_test.yml @@ -24,8 +24,8 @@ jobs: test-mysql: env: DB_DATABASE: test_tessera - DB_USER: test_tessera - DB_PASSWORD: test_tessera + DB_USER: root + DB_PASSWORD: root runs-on: ubuntu-latest