From 77e4b3c745824e50c93d9eb309d16a09a0aea572 Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Tue, 31 Mar 2026 14:05:16 +0900 Subject: [PATCH] Fix old shell syntax warning (#8998) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82dcd06a1..c8f172272 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -161,7 +161,7 @@ jobs: if: ${{ matrix.jobtype == 4 }} shell: bash run: | - ./sbt -v "repoOverrideTest:scripted force-proxy-repos-file/*" + ./sbt -v "RepoOverrideTest/scripted force-proxy-repos-file/*" ./sbt -v "scripted source-dependencies/*" - name: Build and test (5) if: ${{ matrix.jobtype == 5 }}