diff --git a/.github/workflows/backstop-remote.yml b/.github/workflows/backstop-remote.yml index 23bc2425c..2dfb437b9 100644 --- a/.github/workflows/backstop-remote.yml +++ b/.github/workflows/backstop-remote.yml @@ -51,14 +51,15 @@ jobs: - name: ↧ Install Dependencies run: cd _ci/backstop && pnpm install && npx playwright install --with-deps + - name: "Running Remote {ಠʖಠ}" + id: backstop + continue-on-error: true + run: cd _ci/backstop && npx pm2 start "ENV=$DEPLOY_ENV pnpm remote.gh" + - name: Run ngrok - uses: apogiatzis/ngrok-tunneling-action@v0.1.4 + uses: LuisBoto/ngrok-tunnel-action@v0.1.7.2 with: timeout: 1h port: 3000 ngrok_authtoken: ${{ secrets.NGROK_AUTHTOKEN }} - - - name: "Running Remote {ಠʖಠ}" - id: backstop - continue-on-error: true - run: cd _ci/backstop && ENV=$DEPLOY_ENV pnpm remote.gh + tunnel_type: http diff --git a/_ci/backstop/bd/bitmaps_reference/local/Local_Homepage_0_viewport_0_xs.png b/_ci/backstop/bd/bitmaps_reference/local/Local_Homepage_0_viewport_0_xs.png index b9a3d0bd3..f82f2c9b0 100644 Binary files a/_ci/backstop/bd/bitmaps_reference/local/Local_Homepage_0_viewport_0_xs.png and b/_ci/backstop/bd/bitmaps_reference/local/Local_Homepage_0_viewport_0_xs.png differ diff --git a/_ci/backstop/bd/bitmaps_reference/local/Local_Homepage_0_viewport_1_sm.png b/_ci/backstop/bd/bitmaps_reference/local/Local_Homepage_0_viewport_1_sm.png index 9f691320f..ebe8cdaf1 100644 Binary files a/_ci/backstop/bd/bitmaps_reference/local/Local_Homepage_0_viewport_1_sm.png and b/_ci/backstop/bd/bitmaps_reference/local/Local_Homepage_0_viewport_1_sm.png differ