Skip to content

Commit 101125d

Browse files
committed
FIX: Set name action to ci chrome version
1 parent a89be71 commit 101125d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,11 @@ jobs:
6060
if: matrix.browser == 'chrome'
6161
with:
6262
chrome-version: stable
63-
run: chrome --version
63+
64+
- name: Version chrome
65+
if: matrix.browser == 'chrome'
66+
run: |
67+
chrome --version
6468
6569
- uses: browser-actions/setup-firefox@latest
6670
if: matrix.browser == 'firefox'

0 commit comments

Comments
 (0)