debug linux

This commit is contained in:
Philip Peterson 2025-04-13 01:52:15 -07:00
parent acc8c4c9d7
commit c035568e71
No known key found for this signature in database
GPG key ID: 354311183FC6519B

View file

@ -14,7 +14,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: os:
- macos-latest #- macos-latest
- ubuntu-latest - ubuntu-latest
#TODO re-enable these: #TODO re-enable these:
#- windows-latest #- windows-latest
@ -91,11 +91,9 @@ jobs:
run: yarn run test:e2e --verbose run: yarn run test:e2e --verbose
- name: Run E2E Tests on Linux - name: Run E2E Tests on Linux
if: runner.os == 'Linux' if: runner.os == 'Linux'
uses: GabrielBB/xvfb-action@v1.6 uses: GabrielBB/xvfb-action@v1.7
with: with:
run: | run: |
chown root:root ${{ github.workspace }}/dist/linux-unpacked/chrome-sandbox
chmod 4755 ${{ github.workspace }}/dist/linux-unpacked/chrome-sandbox
yarn run test:e2e yarn run test:e2e
env: env:
SHELL: /bin/bash SHELL: /bin/bash