From e45d93d3bd581ec2265b91801604eb5016ab5396 Mon Sep 17 00:00:00 2001 From: Daniel Schmidt Date: Fri, 26 Aug 2022 10:45:44 +0200 Subject: [PATCH] chore: document running cdktf get --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d58ee12..92fdacb 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,9 @@ jobs: - name: Install dependencies run: yarn install + - name: Generate module and provider bindings + run: npx cdktf get + # Remove this step if you don't have any - name: Run unit tests run: yarn test @@ -76,6 +79,9 @@ jobs: - name: Install dependencies run: yarn install + - name: Generate module and provider bindings + run: npx cdktf get + # Remove this step if you don't have any - name: Run unit tests run: yarn test