Skip to content

Commit 8fc5a94

Browse files
committed
Clean up SAM build workflow after debugging
- Use npm run build to ensure esbuild is on PATH - Include hidden files for .aws-sam artifact upload - Error if no artifacts found
1 parent f702f22 commit 8fc5a94

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/backend.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
with:
4141
name: sam-build
4242
path: backend/.aws-sam
43+
if-no-files-found: error
44+
include-hidden-files: true
4345

4446
deploy:
4547
needs: build

0 commit comments

Comments
 (0)