Skip to content

Commit

Permalink
Update release action
Browse files Browse the repository at this point in the history
  • Loading branch information
newmanw committed Jul 9, 2021
1 parent 368a4eb commit 54ea2d9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/createRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,12 @@ jobs:
- name: Server test and build
run: |
npm install
npm test
env:
CI: true
- name: Web test and build
run: |
cd web-app
npm install
npm run test-headless
npm run build
env:
CI: true
Expand Down

0 comments on commit 54ea2d9

Please sign in to comment.