Skip to content

Commit

Permalink
feat: implement logic to send notifications with a local cache
Browse files Browse the repository at this point in the history
Signed-off-by: Stefano Cappa <[email protected]>
  • Loading branch information
Ks89 committed Dec 26, 2024
1 parent 301f2ef commit ebb9aad
Show file tree
Hide file tree
Showing 12 changed files with 818 additions and 38 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ logs
.dockerignore
Dockerfile
.env
serviceAccountKey.json
coverage
1 change: 1 addition & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
- name: Run tests
run: |
cp .env_template .env
cp serviceAccountKey.json_template serviceAccountKey.json
echo "Installing dependencies"
make deps-ci
echo "Running tests"
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ target
logs
coverage
.env
serviceAccountKey.json
Loading

0 comments on commit ebb9aad

Please sign in to comment.