From dae9ae925ea4cdc765a9e005acbe259472c3b165 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 2 Jan 2024 20:51:57 +0300 Subject: ci: fix working directory --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87e2d5d8..ab43fa5b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,9 +66,6 @@ jobs: report_paths: "**/target/surefire-reports/TEST-*.xml" github_token: ${{ secrets.GITHUB_TOKEN }} vnext: - defaults: - run: - working-directory: vnext runs-on: self-hosted timeout-minutes: 15 steps: -- cgit v1.2.3