mirror of
https://github.com/Fabio286/antares.git
synced 2025-06-05 21:59:22 +02:00
ci: run tests before build
This commit is contained in:
6
.github/workflows/build-linux.yml
vendored
6
.github/workflows/build-linux.yml
vendored
@ -19,6 +19,12 @@ jobs:
|
||||
with:
|
||||
node-version: 14
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm i
|
||||
|
||||
- name: Run tests
|
||||
run: npm run test
|
||||
|
||||
- name: Build/release Electron app
|
||||
uses: samuelmeuli/action-electron-builder@v1
|
||||
with:
|
||||
|
6
.github/workflows/build-mac.yml
vendored
6
.github/workflows/build-mac.yml
vendored
@ -19,6 +19,12 @@ jobs:
|
||||
with:
|
||||
node-version: 14
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm i
|
||||
|
||||
- name: Run tests
|
||||
run: npm run test
|
||||
|
||||
- name: Build/release Electron app
|
||||
uses: samuelmeuli/action-electron-builder@v1
|
||||
with:
|
||||
|
6
.github/workflows/build-win.yml
vendored
6
.github/workflows/build-win.yml
vendored
@ -19,6 +19,12 @@ jobs:
|
||||
with:
|
||||
node-version: 14
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm i
|
||||
|
||||
- name: Run tests
|
||||
run: npm run test
|
||||
|
||||
- name: Build/release Electron app
|
||||
uses: samuelmeuli/action-electron-builder@v1
|
||||
with:
|
||||
|
Reference in New Issue
Block a user