Skip to content

Commit

Permalink
chore: document running cdktf get
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMSchmidt committed Aug 26, 2022
1 parent 6cc0fcb commit e45d93d
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 e45d93d

Please sign in to comment.