Skip to content

Commit e2ea96f

Browse files
committed
fix: electron tests
1 parent bb3ed8d commit e2ea96f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ jobs:
6363
steps:
6464
- uses: actions/checkout@v2
6565
- run: npm install
66-
- run: npx xvfb-maybe aegir test -t electron-main --bail
66+
- run: npm run build -- --esm-tests # build tests with esm
67+
- run: npx xvfb-maybe aegir test -t electron-main -f "dist/cjs/node-test/*js" --bail
6768
test-electron-renderer:
6869
needs: check
6970
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)