Skip to content

Commit 98602da

Browse files
rathbomaclaude
andcommitted
Add --no-sandbox to electron --version command
Both electron commands need --no-sandbox flag in CI environment. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
1 parent 478453b commit 98602da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/electron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,5 @@ jobs:
8383
- name: Test module loading with Electron
8484
shell: bash
8585
run: |
86-
npx electron --version
86+
npx electron --no-sandbox --version
8787
npx electron --no-sandbox -e "console.log('Testing module load...'); const db = require('./lib/index'); console.log('Module loaded successfully'); const conn = db.createConnection(); console.log('Connection created:', typeof conn);"

0 commit comments

Comments
 (0)