From 18cd3b7b9cf044f129362c83c3db5ebbb716fd0b Mon Sep 17 00:00:00 2001 From: xvoorvaa Date: Tue, 30 Jan 2024 17:00:11 +0100 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 28576282b..d627622bc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -68,8 +68,7 @@ jobs: record: true parallel: true group: "UI - Chrome" - spec: packages/app/cypress/e2e/* - config-file: packages/app/cypress.config.js + project: packages/app/ env: NEXT_PUBLIC_STUDIO_API_KEY: ${{ secrets.NEXT_PUBLIC_STUDIO_API_KEY }} NEXT_PUBLIC_API_URL: ${{ secrets.NEXT_PUBLIC_API_URL }}