Skip to content

Commit e43c5d1

Browse files
committed
Fix template-only-app install in CI
1 parent 47d3586 commit e43c5d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/template-only-ci-infra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
8282
- name: Install example app for infra tests
8383
run: |
84-
mv -vf ./project-dir/template-only-app ./project-dir/app
84+
cp -vfr ./project-dir/template-only-app/* ./project-dir/app
8585
8686
- name: Configure AWS credentials
8787
uses: aws-actions/configure-aws-credentials@v4

0 commit comments

Comments
 (0)