Skip to content

Commit 1c08909

Browse files
committed
Updated github actions to run the todomvc app correctly
1 parent de41345 commit 1c08909

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/playwright-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,10 @@ jobs:
5555
# Step 6: Install npm dependencies, including http-server
5656
- name: Install npm dependencies
5757
run: |
58+
cd react-todomvc
5859
npm install
5960
npm install -g http-server
61+
cd ..
6062
6163
- name: Install Playwright dependencies
6264
run: npx playwright install-deps

0 commit comments

Comments
 (0)