Skip to content

Commit

Permalink
Merge pull request #3 from hashicorp/add-note-about-cdktf-get-in-readme
Browse files Browse the repository at this point in the history
chore: document running cdktf get
  • Loading branch information
DanielMSchmidt authored Aug 26, 2022
2 parents 6cc0fcb + e45d93d commit a8a5602
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a8a5602

Please sign in to comment.