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 a6c372a commit a3c9299
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ jobs:
validate_schema:
runs-on: ubuntu-latest
env:
CHROME_DEVEL_SANDBOX: /opt/google/chrome/chrome-sandbox
CHROME_DEVEL_SANDBOX: /usr/bin/google-chrome/chrome-sandbox
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
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 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/"
Expand Down

0 comments on commit a3c9299

Please sign in to comment.