From 95d9cba061007802b2fbeeb4acbf28b043cc0902 Mon Sep 17 00:00:00 2001 From: sembauke Date: Fri, 29 Sep 2023 10:53:34 +0200 Subject: [PATCH] fix: set working directory in with attribute instead --- .github/workflows/cypress.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index b31f74b85..ab390a7d0 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -11,13 +11,11 @@ on: jobs: build: runs-on: ubuntu-latest - defaults: - run: - working-directory: ./publish-frontend steps: - uses: actions/checkout@v2 - name: Cypress run uses: cypress-io/github-action@v6 with: + working-directory: ./publish-frontend start: npm run develop wait-on: 'http://localhost:3000'