From 81cd23b33c917f6e608b2167c0d8935983318535 Mon Sep 17 00:00:00 2001 From: "Igoshev, Iaroslav" Date: Mon, 9 Sep 2024 10:16:22 +0000 Subject: [PATCH] Use working-directory Signed-off-by: Igoshev, Iaroslav --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 45396604876..aae89825082 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -716,6 +716,7 @@ jobs: defaults: run: shell: bash -l {0} + working-directory: ./modin steps: - name: Merge Artifacts uses: actions/upload-artifact/merge@v4 @@ -731,6 +732,7 @@ jobs: defaults: run: shell: bash -l {0} + working-directory: ./react steps: - uses: actions/checkout@v4 - uses: ./.github/actions/python-only