diff --git a/.gitea/workflows/tests.yaml b/.gitea/workflows/tests.yaml index 7bebc2c..fabf4e1 100644 --- a/.gitea/workflows/tests.yaml +++ b/.gitea/workflows/tests.yaml @@ -30,6 +30,11 @@ jobs: WL_URL: ${{ vars.WL_URL }} WL_USERNAME: ${{ secrets.WL_USERNAME }} WL_PASSWORD: ${{ secrets.WL_PASSWORD }} + DB_NAME: ${{ vars.DB_NAME }} + DB_HOST: ${{ vars.DB_HOST }} + DB_PORT: ${{ vars.DB_PORT }} + DB_USER: ${{ vars.DB_USER }} + DB_PASS: ${{ secrets.DB_PASS }} services: db: