From 1c43a9662ae74e22dbd909578ee608b0679aa5f7 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Thu, 21 May 2020 23:24:36 +0800 Subject: [PATCH] chore: test --- .github/workflows/ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e09d60d..d4b1646 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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"