Skip to content
This repository has been archived by the owner on Oct 30, 2022. It is now read-only.

Commit

Permalink
Hack the config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimmo Sääskilahti committed Oct 16, 2019
1 parent 3a0d4c2 commit ef570e2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
version: 2.1
orbs:
unmock: unmock/unmock@volatile
unmock: unmock/unmock@dev:0.0.14

defaults: &defaults
working_directory: ~/repo
Expand All @@ -23,9 +23,14 @@ jobs:
- persist_to_workspace:
root: ~/repo
paths: .
server:
<<: *defaults
steps:
- unmock/start
- unmock/stop

workflows:
version: 2
test-and-build:
jobs:
- build
- server

0 comments on commit ef570e2

Please sign in to comment.