Skip to content

Commit

Permalink
fix config of cypress in demo deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
kcinay055679 committed Nov 15, 2024
1 parent ec7861a commit 61443b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/demo-deploy-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
browser: chrome
headed: false
config: baseUrl=http://pitc.okr.localhost:8080
spec: cypress/e2e/${{ matrix.file }}
spec: frontend/cypress/e2e/${{ matrix.file }}

- uses: actions/upload-artifact@v4
if: always()
Expand Down

0 comments on commit 61443b1

Please sign in to comment.