Skip to content

Commit

Permalink
fix: set working directory in with attribute instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Sembauke committed Sep 29, 2023
1 parent 3a6cd77 commit 95d9cba
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 95d9cba

Please sign in to comment.