Skip to content

Commit 9d262bd

Browse files
ci: build lambda before tests
1 parent 474646d commit 9d262bd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/terraform-deploy-to-dev.yml

+9
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@ jobs:
2727
- uses: actions/setup-node@v4
2828
with:
2929
node-version: 18
30+
31+
- uses: pnpm/action-setup@129abb77bf5884e578fcaf1f37628e41622cc371
32+
with:
33+
version: 9
34+
35+
- run: pnpm install
36+
37+
- run: pnpm build
38+
3039
- uses: hashicorp/setup-terraform@v3
3140
with:
3241
terraform_version: "1.11.0"

0 commit comments

Comments
 (0)