From 26ff112401bfa50a51105ba4cab5e9f8c2314ebe Mon Sep 17 00:00:00 2001 From: Arnav Date: Wed, 24 Apr 2024 18:05:23 +1200 Subject: [PATCH] the workflow ran here: '/home/runner/work/capstone-project-2024-s1-team-15/capstone-project-2024-s1-team-15/frontend/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤔🤔 trying to fix with this commit --- .github/workflows/end-to-end-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/end-to-end-tests.yml b/.github/workflows/end-to-end-tests.yml index 2a471a4c..f0e3be01 100644 --- a/.github/workflows/end-to-end-tests.yml +++ b/.github/workflows/end-to-end-tests.yml @@ -8,10 +8,10 @@ jobs: uses: actions/checkout@v4 - name: Create app for workflow run: | + cd ../ npm i npm start - name: Cypress run uses: cypress-io/github-action@v6 - with: working-directory: ./frontend/