Skip to content

Commit

Permalink
✨feature: add test for no local backup
Browse files Browse the repository at this point in the history
  • Loading branch information
maxisam committed Sep 9, 2023
1 parent 3e868a0 commit 2d93148
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
fi
- name: Upload file as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: logs
path: logs.txt
Expand Down
18 changes: 18 additions & 0 deletions test/gh-actions/no-local.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
scheduler:
cron: "* * * * *"
retention: 0
timeout: 60
target:
host: "127.0.0.1"
port: 27017
database: test
retry:
attempts: 3
backoffFactor: 2

s3:
url: "http://127.0.0.1:9000"
bucket: "backup"
accessKey: "AKIAIOSFODNN7EXAMPLE"
secretKey: "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY"
api: "S3v4"

0 comments on commit 2d93148

Please sign in to comment.