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