chore: test

This commit is contained in:
Bo-Yi Wu 2020-05-21 23:24:36 +08:00
parent 2949c755a2
commit 1c43a9662a

View file

@ -50,3 +50,14 @@ jobs:
port: ${{ secrets.PORT }}
source: "tests/a.txt,tests/b.txt"
target: "test"
- name: empty archive
uses: ./
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.SSH2 }}
passphrase: ${{ secrets.PASSPHRASE }}
port: ${{ secrets.PORT }}
source: "tests/aaaaa.txt"
target: "test"