From c035568e715f304f9752b5e7e0e679fbbd819168 Mon Sep 17 00:00:00 2001 From: Philip Peterson Date: Sun, 13 Apr 2025 01:52:15 -0700 Subject: [PATCH] debug linux --- .github/workflows/nodejs.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index fc2a781e..4cf2bb62 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -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