add testcase for gpg encryption

This commit is contained in:
Frederik Ring
2021-08-23 09:08:50 +02:00
parent b7ba0e08df
commit 6fe81cdf2d
3 changed files with 9 additions and 5 deletions

View File

@@ -11,6 +11,10 @@ jobs:
name: Build
command: |
docker build . -t offen/docker-volume-backup:canary
- run:
name: Install gnupg
command: |
sudo apt-get install -y gnupg
- run:
name: Run tests
working_directory: ~/docker-volume-backup/test