Skip to content

Commit

Permalink
ci(build): check whether builds are successful separate from deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
atlawrie committed Jul 26, 2022
1 parent 6702f7a commit c88db9d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
- node/install-packages:
override-ci-command: yarn install
- run: yarn run test-headless
- run:
name: "Test whether build is succesful"
command: ng build


deploy:
docker:
Expand Down

0 comments on commit c88db9d

Please sign in to comment.