We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 228b03a commit 1631147Copy full SHA for 1631147
render/action.yml
@@ -17,6 +17,7 @@ runs:
17
#
18
# chromium is installed in the ubuntu 21 runners in GHA, so no need to install it
19
- name: 'Check Chromium'
20
+ if: ${{ runner.os == 'Linux' }}
21
run: |
22
echo $(which chromium-browser)
23
$(which chromium-browser) --headless https://www.chromestatus.com
0 commit comments