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