From 76efaed6fd007f7148bd178ec501e204d116ead7 Mon Sep 17 00:00:00 2001 From: Luke Brody Date: Mon, 16 Sep 2024 15:26:34 -0400 Subject: [PATCH] Remove thumbnails --- .github/workflows/check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index e10ec641..9dc4a855 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -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: