From 81459688a812b93116063172002e21145f9ebeb3 Mon Sep 17 00:00:00 2001 From: Daniel Grams Date: Mon, 2 Aug 2021 15:38:03 +0200 Subject: [PATCH] Add cypress testing #243 --- .github/workflows/cypress.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 3f276e0..da835bd 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -54,8 +54,8 @@ jobs: - name: Cypress run uses: cypress-io/github-action@v2 - env: - CYPRESS_DATABASE_URL: postgresql://postgres:postgres@localhost/gsevpt_tests with: wait-on: "http://127.0.0.1:5001" config: baseUrl=http://127.0.0.1:5001 + env: + DATABASE_URL: postgresql://postgres:postgres@localhost/gsevpt_tests