We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 64b6366 commit 101676aCopy full SHA for 101676a
.github/workflows/compile-and-test.yml
@@ -67,8 +67,6 @@ jobs:
67
68
- run: xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- npm run test --if-present
69
if: matrix.os == 'ubuntu-latest'
70
- env:
71
- NODE_ENV: 'development'
72
73
- uses: actions/attest-build-provenance@v2
74
with:
tests/e2e.spec.ts
@@ -32,9 +32,7 @@ const test = base.extend<TestFixtures>({
32
33
const electronApp = await electron.launch({
34
executablePath: executablePath,
35
- env: {
36
37
- }
+ args: ['--no-sandbox'],
38
});
39
40
electronApp.on('console', (msg) => {
0 commit comments