Skip to content

Commit b107540

Browse files
author
Ran Isenberg
committed
a
1 parent df0bff8 commit b107540

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/cookiecutter-test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,10 @@ jobs:
7575
cache: "npm"
7676
- name: Run make pr command
7777
run: |
78+
cd test_serverless_service
7879
make pr
7980
- name: Destroy stack
8081
if: always()
81-
run: make destroy
82+
run: |
83+
cd test_serverless_service
84+
make destroy

0 commit comments

Comments
 (0)