Skip to content

Commit

Permalink
add ci debuggrel
Browse files Browse the repository at this point in the history
  • Loading branch information
milt committed Feb 11, 2025
1 parent 20a9ddb commit 7953a6b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,20 @@ jobs:
restore-keys: |
${{ runner.os }}-deps-
- name: Debug environment
run: |
echo "## OS Release Info"
cat /etc/os-release || true
echo "## Installed Browser(s)"
which chromium || echo "Chromium not found"
which google-chrome || echo "Chrome not found"
echo "## Browser Versions"
chromium --version || true
google-chrome --version || true
echo "## List Some Dependencies"
dpkg -l | grep font || true
- name: Run tests
run: make test

0 comments on commit 7953a6b

Please sign in to comment.