We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c22c6a commit bb0e021Copy full SHA for bb0e021
.github/workflows/main.yml
@@ -24,9 +24,8 @@ jobs:
24
node-version: "18"
25
26
- name: Install dependencies
27
- - name: Install dependencies
28
- run: npm install
29
- working-directory: /home/runner/work/playwright-samples
+ run: npm install
+ working-directory: /home/runner/work/playwright-samples
30
31
- name: Start the application
32
run: npm run start &
0 commit comments