Skip to content

Commit

Permalink
refactor(ci-test.yml): fix incorrect folder in Test sql step
Browse files Browse the repository at this point in the history
  • Loading branch information
unknowntpo committed Jan 19, 2025
1 parent 86c1793 commit 6943b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 6943b85

Please sign in to comment.