Skip to content

Commit b82095a

Browse files
committed
Add submodule initialisation to CircleCI
This commit updates the CircleCI config to initialise the TS submodule prior to building the service. Signed-off-by: Ionut Mihalcea <[email protected]>
1 parent c9f348e commit b82095a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@ jobs:
66
- image: ghcr.io/parallaxsecond/parsec-service-test-all
77
resource_class: medium
88
steps:
9-
- checkout
10-
- run: cargo build --features=all-providers,all-authenticators
9+
- name: checkout
10+
- run: |
11+
git submodule --init
12+
cargo build --features=all-providers,all-authenticators

0 commit comments

Comments
 (0)