Skip to content

Commit

Permalink
more which
Browse files Browse the repository at this point in the history
  • Loading branch information
bglw committed Aug 16, 2024
1 parent 9a1be31 commit bb0937b
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb0937b

Please sign in to comment.