Skip to content

Commit

Permalink
ci(main): add build:electron step to template tests
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbutt committed May 5, 2022
1 parent a986fff commit b7a459f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
npm run test
npm run build
npm run build:archive
npm run build:electron
- name: Create Template (yarn)
run: |
Expand All @@ -57,6 +58,7 @@ jobs:
yarn test
yarn build
yarn build:archive
yarn build:electron
publish:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b7a459f

Please sign in to comment.