Skip to content

Commit

Permalink
[GitHub Actions Safari] Set the display color profile
Browse files Browse the repository at this point in the history
It remains the case that many tests expect an sRGB color space, so set
the color profile appropriately.
  • Loading branch information
gsnedders committed Oct 18, 2024
1 parent b907531 commit 7139f9d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/safari-wptrunner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
uses: actions/checkout@v4.1.0
with:
fetch-depth: 1
- name: Set display color profile
run: |-
./wpt macos-color-profile
- name: Enable safaridriver diagnostics
if: inputs.safaridriver-diagnose
run: |-
Expand Down

0 comments on commit 7139f9d

Please sign in to comment.