We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a89be71 commit 101125dCopy full SHA for 101125d
.github/workflows/ci.yml
@@ -60,7 +60,11 @@ jobs:
60
if: matrix.browser == 'chrome'
61
with:
62
chrome-version: stable
63
- run: chrome --version
+
64
+ - name: Version chrome
65
+ if: matrix.browser == 'chrome'
66
+ run: |
67
+ chrome --version
68
69
- uses: browser-actions/setup-firefox@latest
70
if: matrix.browser == 'firefox'
0 commit comments