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

Commit ef570e2

Browse files
author
Kimmo Sääskilahti
committed
Hack the config.
1 parent 3a0d4c2 commit ef570e2

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
version: 2.1
66
orbs:
7-
unmock: unmock/unmock@volatile
7+
unmock: unmock/unmock@dev:0.0.14
88

99
defaults: &defaults
1010
working_directory: ~/repo
@@ -23,9 +23,14 @@ jobs:
2323
- persist_to_workspace:
2424
root: ~/repo
2525
paths: .
26+
server:
27+
<<: *defaults
28+
steps:
29+
- unmock/start
30+
- unmock/stop
2631

2732
workflows:
2833
version: 2
2934
test-and-build:
3035
jobs:
31-
- build
36+
- server

0 commit comments

Comments
 (0)