Skip to content

Commit

Permalink
attach to workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidzr committed Jun 13, 2020
1 parent 7f325aa commit 4799c98
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,8 @@ jobs:
docker:
- image: cimg/openjdk:14.0.1
steps:
- checkout
- attach_workspace:
at: .
- run: make -C webui/api-ts-sdk get-deps
- run: make -C webui/api-ts-sdk build
- persist_to_workspace:
Expand Down Expand Up @@ -744,7 +745,7 @@ jobs:
- persist_to_workspace:
root: .
paths:
- "proto/build"
- "proto/build/**/*"

test-unit-go:
docker:
Expand Down

0 comments on commit 4799c98

Please sign in to comment.