Skip to content

Commit bb0e021

Browse files
committed
fix: workflow file
1 parent 7c22c6a commit bb0e021

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@ jobs:
2424
node-version: "18"
2525

2626
- name: Install dependencies
27-
- name: Install dependencies
28-
run: npm install
29-
working-directory: /home/runner/work/playwright-samples
27+
run: npm install
28+
working-directory: /home/runner/work/playwright-samples
3029

3130
- name: Start the application
3231
run: npm run start &

0 commit comments

Comments
 (0)