Skip to content

Commit d79a41a

Browse files
authored
chore: change name GitHub actions step (#17)
1 parent 7c81909 commit d79a41a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/github-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
node-version: '14.x'
1616
- name: Install dependencies
1717
run: {{installDepsCommand}}
18-
- name: Install Playwright
18+
- name: Install Playwright Browsers
1919
run: npx playwright install --with-deps
2020
- name: Run Playwright tests
2121
run: {{runTestsCommand}}

0 commit comments

Comments
 (0)