diff options
author | Vitaly Takmazov | 2024-01-02 20:51:57 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2024-01-02 20:51:57 +0300 |
commit | dae9ae925ea4cdc765a9e005acbe259472c3b165 (patch) | |
tree | da0e1b479b12efe69ad10945250fd188ed3d2297 | |
parent | 59d783cc456e6bcff35431fa187cdc373f7c7bd4 (diff) |
ci: fix working directory
-rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 0 insertions, 3 deletions
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: |