From 0329cffdaaf1ab894ddb3b4e707d7132623ef2f9 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Fri, 22 May 2020 00:47:08 +0800 Subject: [PATCH] chore: remove fail job --- .github/workflows/ci.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 97ae3ee..e09d60d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,15 +50,3 @@ 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 }} - debug: true - source: "tests/aaaaa.txt" - target: "test"