From 4dbe08d34a5c7bcd3b992c805d7e2570e4fb5637 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Wed, 25 Sep 2019 19:25:53 +0800 Subject: [PATCH] update Signed-off-by: Bo-Yi Wu --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 09f6af1..21a62ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,11 @@ jobs: runs-on: ubuntu-latest steps: + - name: Clean install dependencies and build + working-directory: ./tests + run: | + ls -al + - name: send custom message uses: appleboy/telegram-action@master env: @@ -38,8 +43,3 @@ jobs: env: TELEGRAM_TOKEN: ${{ secrets.TELEGRAM_TOKEN }} TELEGRAM_TO: ${{ secrets.TELEGRAM_TO }} - - - name: Clean install dependencies and build - working-directory: ./tests - run: | - ls -al