We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dac9ce commit 0a2cd74Copy full SHA for 0a2cd74
.github/workflows/sonarcloud.yml
@@ -30,6 +30,11 @@ jobs:
30
3.10
31
3.11
32
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"
38
39
- name: Set up AWS credentials
40
env:
lambdas/id_sync/pyproject.toml
@@ -1,13 +1,13 @@
1
[project]
2
-name = "redis-sync"
+name = "id-sync"
3
version = "0.1.0"
4
description = "Sync s3 to REDIS"
5
authors = [
6
{name = "nhsdevws",email = "[email protected]"}
7
]
8
9
[tool.poetry]
10
11
12
description = ""
13
authors = ["s.wates <[email protected]>"]
0 commit comments