From 6c015ce11b76287d9662c911bd06a76c70beaace Mon Sep 17 00:00:00 2001 From: Juuso Jokiniemi <68938778+juuso-j@users.noreply.github.com> Date: Mon, 4 Mar 2024 13:45:31 +0200 Subject: [PATCH] Update run-tests.yml --- .github/workflows/run-tests.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 3a7a5f0..fbc6a94 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -12,9 +12,8 @@ jobs: env: # Database for tests - DATABASE_URL: postgis://postgres:postgres@localhost/smbackend - GOOGLE_RECAPTCHA_SECRET_KEY: testSecret - GOOGLE_RECAPTCHA_VERIFY_URL: https://www.google.com/recaptcha/api/siteverify + DATABASE_URL: postgres://postgres:postgres@localhost/mobilityprofile + steps: - uses: actions/checkout@v4