From bb0937b1147f9730b78ddc7128630af1ad2889ec Mon Sep 17 00:00:00 2001 From: Liam Bigelow <40188355+bglw@users.noreply.github.com> Date: Fri, 16 Aug 2024 15:53:54 +1200 Subject: [PATCH] more which --- .github/workflows/test.yml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 15c58df..6d8c8a0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -53,8 +53,19 @@ jobs: - name: Debugging run: |- - which chrome - which chromium + which chrome || true + which chrome-browser || true + which google-chrome-stable || true + which google-chrome-beta || true + which google-chrome-dev || true + which google-chrome-unstable || true + which chromium || true + which chromium-browser || true + which msedge || true + which microsoft-edge || true + which microsoft-edge-stable || true + which microsoft-edge-beta || true + which microsoft-edge-dev || true - name: Build Lib working-directory: ./toolproof