Skip to content

Commit 0d0fe8a

Browse files
committed
try installing http-server locally
1 parent 20c2c81 commit 0d0fe8a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cypress.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ jobs:
1111

1212
# Install dependencies
1313
- name: Install dependencies
14-
run: npm ci
14+
run: |
15+
npm install
16+
npm install --save-dev http-server
1517
1618
# Start the server and serve the HTML file
1719
- name: Start http-server

0 commit comments

Comments
 (0)