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