Skip to content

Commit

Permalink
Remove thumbnails
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Brody committed Sep 16, 2024
1 parent adf425d commit 76efaed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
fluxbox >/dev/null 2>&1 & # needed for window resizing in Testcafe
npm ci
npx ts-node test/ci_proxy.ts &
npx testcafe -e "chromium '--window-size=1400,800' --hide-scrollbars" test/${{ matrix.test-file }}.ts
npx testcafe -e "chromium '--window-size=1400,800' --hide-scrollbars" -s thumbnails=false test/${{ matrix.test-file }}.ts
working-directory: react
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 76efaed

Please sign in to comment.