From 54ba3a5d555e39b7a1eda421a7cf09e4256f22b2 Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Sun, 20 Oct 2024 19:55:34 +0800 Subject: [PATCH] ci: updated unit test --- .github/workflows/docker-crawlab.yml | 6 ------ backend/conf/config.yml | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/docker-crawlab.yml b/.github/workflows/docker-crawlab.yml index f193b90c..47c36e93 100644 --- a/.github/workflows/docker-crawlab.yml +++ b/.github/workflows/docker-crawlab.yml @@ -106,9 +106,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - name: Get changed files - id: changed-files - uses: tj-actions/changed-files@v18.7 - name: Build image run: | cd $IMAGE_PATH_CRAWLAB_BACKEND @@ -128,9 +125,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - name: Get changed files - id: changed-files - uses: tj-actions/changed-files@v18.7 - name: Build image run: | cd $IMAGE_PATH_CRAWLAB_FRONTEND diff --git a/backend/conf/config.yml b/backend/conf/config.yml index cab7b8c9..828480b7 100755 --- a/backend/conf/config.yml +++ b/backend/conf/config.yml @@ -24,4 +24,4 @@ api: endpoint: http://localhost:8000 log: - path: /var/log/crawlab \ No newline at end of file + path: /var/log/crawlab