From 4f3723e486bf655efc278549951686549099362c Mon Sep 17 00:00:00 2001 From: tidusjar Date: Tue, 9 Mar 2021 16:27:34 +0000 Subject: [PATCH] tests --- .github/workflows/cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 32eeef115..bab34e8fc 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -50,7 +50,7 @@ jobs: with: browser: chrome headless: true - project: ./tests + working-directory: tests wait-on: http://localhost:3577/ env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}