Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndpnt committed Jan 20, 2025
1 parent 7f95bdf commit a6c372a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,18 @@ jobs:
with:
node-version: 20
- run: npm install
- name: Check Chrome installation
run: |
which google-chrome
which chrome
ls -l /usr/bin/google-chrome
ls -l /opt/google/chrome/
echo "Chrome version:"
google-chrome --version
- name: Check Chrome sandbox
run: |
ls -l /opt/google/chrome/chrome-sandbox || echo "Sandbox not found in /opt/google/chrome/"
ls -l /usr/bin/chrome-sandbox || echo "Sandbox not found in /usr/bin/"
- run: npm run test:schema

lint:
Expand Down

0 comments on commit a6c372a

Please sign in to comment.