Skip to content

Commit 7a72379

Browse files
Update build.yaml
set working-directory: ./app to run the cypress command from with the app folder where the cypress package should be
1 parent 8a025d8 commit 7a72379

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ jobs:
119119
uses: cypress-io/github-action@v6
120120
with:
121121
browser: chrome
122-
spec: 'app/cypress/**/*.cy.js'
122+
working-directory: ./app
123+
spec: 'cypress/**/*.cy.js'
123124
env:
124125
LIBGL_ALWAYS_SOFTWARE: 1

0 commit comments

Comments
 (0)