Skip to content

Commit 67e6f06

Browse files
authored
Add step to output Playwright version
1 parent 6d7a8bb commit 67e6f06

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ jobs:
7070
run: npm run build
7171
- name: Install Playwright
7272
run: npx playwright install --with-deps
73+
- name: output version
74+
run: npx playwright --version
7375
- name: E2E Tests (Playwright)
7476
run: npm run test:e2e
7577
- name: Store artifacts

0 commit comments

Comments
 (0)