From 6943b85df459adbd20d7af49de9d3cbbe494c8ea Mon Sep 17 00:00:00 2001 From: Eric Chang Date: Sun, 19 Jan 2025 19:44:30 +0800 Subject: [PATCH] refactor(ci-test.yml): fix incorrect folder in Test sql step --- .github/workflows/ci-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 6dae094..6ca07b9 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -71,7 +71,7 @@ jobs: id: test-sql timeout-minutes: 40 run: | - cd ${{ github.workspace }}/gravitino-playground/test + cd ${{ github.workspace }}/test bash -x ./runSQLOnPlayground.sh - name: Upload test artifacts if: always()