Skip to content

Commit

Permalink
fix: electron tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Aug 11, 2021
1 parent bb3ed8d commit e2ea96f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: npm install
- run: npx xvfb-maybe aegir test -t electron-main --bail
- run: npm run build -- --esm-tests # build tests with esm
- run: npx xvfb-maybe aegir test -t electron-main -f "dist/cjs/node-test/*js" --bail
test-electron-renderer:
needs: check
runs-on: ubuntu-latest
Expand Down

0 comments on commit e2ea96f

Please sign in to comment.