Skip to content

Commit 53dc051

Browse files
committed
run tests before deploy
1 parent 5391445 commit 53dc051

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/actions/tf-plan-apply/action.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,10 @@ runs:
6464
mask-aws-account-id: true
6565

6666
- name: Generate CloudFront function
67-
run: npm install && npm run build
67+
run:
68+
npm ci
69+
npm run test
70+
npm run build
6871
working-directory: ./infrastructure/code
6972
shell: bash
7073

0 commit comments

Comments
 (0)