Skip to content

Commit 0a2cd74

Browse files
committed
debug error
1 parent 9dac9ce commit 0a2cd74

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
3.10
3131
3.11
3232
cache: 'poetry'
33+
- name: Debug shared folder
34+
run: |
35+
echo "Showing shared/src/common structure:"
36+
ls
37+
ls -R lambdas/shared/src/common || echo "Directory missing"
3338
3439
- name: Set up AWS credentials
3540
env:

lambdas/id_sync/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[project]
2-
name = "redis-sync"
2+
name = "id-sync"
33
version = "0.1.0"
44
description = "Sync s3 to REDIS"
55
authors = [
66
{name = "nhsdevws",email = "[email protected]"}
77
]
88

99
[tool.poetry]
10-
name = "redis-sync"
10+
name = "id-sync"
1111
version = "0.1.0"
1212
description = ""
1313
authors = ["s.wates <[email protected]>"]

0 commit comments

Comments
 (0)