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