Skip to content

Commit ff69af4

Browse files
committed
ci: fix the steps name
1 parent ec93ed4 commit ff69af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: npm ci
1919
- name: Lint
2020
run: npm run lint
21-
- name: Lint
21+
- name: Run Unit Test
2222
run: npm run test:ci
2323
- name: Install Playwright Browsers
2424
run: npx playwright install --with-deps

0 commit comments

Comments
 (0)