Skip to content

Commit b55ff5d

Browse files
committed
updates CI job
1 parent 1f5b4f0 commit b55ff5d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.circleci/config.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,21 @@ jobs:
5050
- checkout
5151
- restore_cache:
5252
keys:
53-
- terraform-aws-vpc-{{ checksum "Gemfile.lock" }}
53+
- terraform-aws-lambda-{{ checksum "Gemfile.lock" }}
5454

5555
- run:
5656
name: Bundle Install
5757
command: bundle check || bundle install
5858

5959
- save_cache:
60-
key: terraform-aws-vpc-{{ checksum "Gemfile.lock" }}
60+
key: terraform-aws-lambda-{{ checksum "Gemfile.lock" }}
6161
paths:
6262
- vendor/bundle
6363

64+
- run:
65+
name: Run make to zip a function code
66+
command: make build
67+
6468
- run:
6569
name: Run kitchen test
6670
command: bundle exec kitchen test

0 commit comments

Comments
 (0)