From 7214d4fab5e108e79f0d4a4de2e1a2d15e215b35 Mon Sep 17 00:00:00 2001 From: Bodong Yang <86948717+Bodong-Yang@users.noreply.github.com> Date: Thu, 6 Jun 2024 01:06:10 +0900 Subject: [PATCH] ci: minor fix to test CI (#316) This PR fixes the test CI according to project source code layout change. --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 381206dde..48468f92b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -8,7 +8,7 @@ on: branches: - main paths: - - "otaclient/**" + - "src/**" - "tests/**" - ".github/workflows/test.yaml" # allow the test CI to be manually triggerred @@ -20,7 +20,7 @@ jobs: timeout-minutes: 20 steps: - name: Checkout commit - uses: actions/checkout@v3 + uses: actions/checkout@v4 # sonarcloud needs full git histories with: fetch-depth: 0