Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
Merge pull request #17 from brown-ccv/develop
Browse files Browse the repository at this point in the history
ci: update workflows
  • Loading branch information
fernandogelin authored Jul 20, 2020
2 parents 85a4e24 + 7e0ce1a commit cb3276c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
# install, test, build package
- name: npm install
run: npm install
- name: get git revision and branch
run: node version.js
- name: npm build
run: npm run build

Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/make-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
# install, test, build package
- name: npm install
run: npm install
- name: get git revision and branch
run: node version.js
- name: npm build - linux mac
if: startsWith(matrix.os, 'mac') || startsWith(matrix.os, 'ubuntu')
run: npm run build
Expand All @@ -37,8 +39,6 @@ jobs:
run: npm run build:win:clinic
- name: npm test
run: npm test
env:
CI: true

# Build electron app package installers
- name: package electron - windows
Expand Down Expand Up @@ -92,9 +92,6 @@ jobs:
REACT_APP_AT_HOME: true
- name: npm test - win home
run: npm test
env:
CI: true
REACT_APP_AT_HOME: true
- name: package electron - windows home
if: startsWith(matrix.os, 'windows')
run: npm run package:windows
Expand Down

0 comments on commit cb3276c

Please sign in to comment.