From 90a9f42ce5de923fdbc58cb2c2ac76407b57a07a Mon Sep 17 00:00:00 2001 From: coderzc Date: Wed, 21 Aug 2024 00:06:09 +0800 Subject: [PATCH] switch work path --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e833eacd7..d90cf860c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,9 @@ on: - master - /^release-.*$/ pull_request: +defaults: + run: + working-directory: computer jobs: computer-ci: @@ -22,7 +25,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - path: computer fetch-depth: 2 - name: Install JDK 8 for HDFS