Skip to content

Commit cc4e354

Browse files
committed
path specified in test script
1 parent 7aeb5e4 commit cc4e354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cypress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# Start the server and serve the HTML file
1919
- name: Start http-server
2020
run: |
21-
nohup npx http-server ./calculator.html -p 3000 &
21+
nohup npx http-server -p 3000 &
2222
2323
- name: Run Cypress tests
2424
uses: cypress-io/github-action@v6

0 commit comments

Comments
 (0)