Skip to content

Commit

Permalink
Download Adobe Icons in step
Browse files Browse the repository at this point in the history
  • Loading branch information
sabberworm committed Nov 19, 2024
1 parent e7faec7 commit a727488
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
distribution: 'zulu'
- uses: gradle/actions/setup-gradle@v4

- name: Download Icons
run: (cd mock && curl -Lo AdobeSpectrumIcons18.woff2 "https://developer.adobe.com/experience-manager/reference-materials/6-5/coral-ui/coralui3/resources/coralui-component-icon/AdobeSpectrumIcons18.woff2?651453a29a2cf87546cdc6215616731e" && curl -Lo AdobeSpectrumIcons24.woff2 "https://developer.adobe.com/experience-manager/reference-materials/6-5/coral-ui/coralui3/resources/coralui-component-icon/AdobeSpectrumIcons24.woff2?b750bfd862e4ef0daea700228de3e788")

- name: Run checks
run: ./gradlew playwrightInstall check --continue

Expand Down
2 changes: 1 addition & 1 deletion configs/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ async function loadConfig(): Promise<PlaywrightTestConfig> {
expect: {
toHaveScreenshot: {
maxDiffPixelRatio: 0.05,
maxDiffPixels: 10,
maxDiffPixels: 100,
}
},

Expand Down

0 comments on commit a727488

Please sign in to comment.