From 781194564267459aacbc700e2355763e414fbb43 Mon Sep 17 00:00:00 2001 From: naugtur Date: Wed, 17 Jan 2024 14:35:58 +0100 Subject: [PATCH] squashme - test --- .github/workflows/lockdown-canary.yml | 39 ++++++++++++++++++++++++--- 1 file changed, 36 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lockdown-canary.yml b/.github/workflows/lockdown-canary.yml index c24310b215..ee41bee7ed 100644 --- a/.github/workflows/lockdown-canary.yml +++ b/.github/workflows/lockdown-canary.yml @@ -9,9 +9,42 @@ on: - cron: '0 0 * * *' # Runs every day at midnight jobs: - test: - runs-on: ubuntu-latest - # runs-on: macos-latest + # chrome-beta: + # runs-on: ubuntu-latest + # # runs-on: macos-latest + # ## chrome-canary is not supported on linux o_O + # ## but canary on mac won't connect + + # steps: + # - name: Checkout + # uses: actions/checkout@v3 + + # - name: Use Node.js stable + # uses: actions/setup-node@v3 + + # - name: Setup Chrome + # uses: browser-actions/setup-chrome@latest + # ## location is OS dependent + # with: + # chrome-version: 'beta' + + # - name: build ses + # run: | + # cd ./packages/ses/ + # yarn + + # - name: install dependencies + # run: | + # cd ./packages/ses/smoke-test/ + # yarn install + + # - 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)" + + chrome-canary: + runs-on: macos-latest ## chrome-canary is not supported on linux o_O ## but canary on mac won't connect