From 7476f547635b1f5caade03553b42578c6cb32cef Mon Sep 17 00:00:00 2001 From: KFERMercer Date: Fri, 29 Nov 2019 18:52:33 +0800 Subject: [PATCH] flows: rm --- .github/workflows/ci-test.yml | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 .github/workflows/ci-test.yml diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml deleted file mode 100644 index f2137a588..000000000 --- a/.github/workflows/ci-test.yml +++ /dev/null @@ -1,32 +0,0 @@ -name: CI-test - -on: - push: - branches: - - master - -jobs: - build: - runs-on: ubuntu-latest - - steps: - - name: Checkout - uses: actions/checkout@master - with: - ref: master - - - name: Tset - run: | - touch ./test-file - cat >> ./test-file <