Skip to content

Commit

Permalink
fix(ci): include node in circle orb to fix docsgen (#618)
Browse files Browse the repository at this point in the history
This was broken by #576 when the node orb was dropped for go only
  • Loading branch information
jacobheun authored Aug 27, 2021
1 parent f0294e2 commit 3903e83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ orbs:
executors:
golang:
docker:
- image: circleci/golang:1.16.4
- image: circleci/golang:1.16.4-node
resource_class: large

commands:
Expand Down Expand Up @@ -53,12 +53,12 @@ jobs:
- run: git --no-pager diff
- run: git --no-pager diff --quiet


docs-check:
executor: golang
steps:
- install-deps
- prepare
- prepare
- node/install-packages
- run: make docsgen
- run: git --no-pager diff
Expand Down

0 comments on commit 3903e83

Please sign in to comment.