From a1cdb5eb76e94ec56a1b883e887a01037e6ee142 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Thu, 13 Apr 2023 15:12:59 +0800 Subject: [PATCH] chore: add testing --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 080bdef..6c19a3d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -228,3 +228,4 @@ jobs: script: | git clone git@github.com:go-training/self-runner.git test_repository2 cd test_repository2 && git pull + rm -rf test_repository2