Skip to content

Commit

Permalink
Only run the chromium initialization on linux for now
Browse files Browse the repository at this point in the history
  • Loading branch information
cderv committed May 25, 2023
1 parent 228b03a commit 1631147
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions render/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ runs:
#
# chromium is installed in the ubuntu 21 runners in GHA, so no need to install it
- name: 'Check Chromium'
if: ${{ runner.os == 'Linux' }}
run: |
echo $(which chromium-browser)
$(which chromium-browser) --headless https://www.chromestatus.com
Expand Down

0 comments on commit 1631147

Please sign in to comment.