Skip to content

Commit

Permalink
squashme - win
Browse files Browse the repository at this point in the history
  • Loading branch information
naugtur committed Jan 17, 2024
1 parent 82063b9 commit f5fe944
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/lockdown-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)"
echo "$(where chrome)"
node ./packages/ses/smoke-test/index.js "$(where chrome)"

0 comments on commit f5fe944

Please sign in to comment.