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