From f5fe9442ef654fe737291669ea5c871052fb8d2d Mon Sep 17 00:00:00 2001 From: naugtur Date: Wed, 17 Jan 2024 14:55:17 +0100 Subject: [PATCH] squashme - win --- .github/workflows/lockdown-canary.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lockdown-canary.yml b/.github/workflows/lockdown-canary.yml index 84f0e56925..5bb0aa96df 100644 --- a/.github/workflows/lockdown-canary.yml +++ b/.github/workflows/lockdown-canary.yml @@ -44,9 +44,10 @@ jobs: # node ./packages/ses/smoke-test/index.js "$(which chrome)" chrome-canary: - runs-on: macos-latest + runs-on: windows-latest ## chrome-canary is not supported on linux o_O - ## but canary on mac won't connect + ## but puppeteer on mac times out + ## trying windows steps: - name: Checkout @@ -73,5 +74,5 @@ jobs: - name: Run tests run: | - echo "$(which chrome)" "$(which google-chrome-unstable)" "$(which google-chrome)" "$(which google-chrome-beta)" - node ./packages/ses/smoke-test/index.js "$(which chrome)" \ No newline at end of file + echo "$(where chrome)" + node ./packages/ses/smoke-test/index.js "$(where chrome)" \ No newline at end of file