Skip to content

Commit c79c4e0

Browse files
committed
chore: Test
1 parent 9a228c9 commit c79c4e0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-lambda-layer.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
steps:
2020
- name: Build Lambda Layer
2121
run: |
22+
pwd
23+
ls -al
2224
cd functions/watcher
2325
rm -rf __pycache__/ services/__pycache__/
2426
zip -r $PWD/layer.zip .

0 commit comments

Comments
 (0)