diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bfc4c3f48b..bc2680d072 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,10 +41,11 @@ jobs: ls -la - name: Cache project files - uses: actions/cache/save@v4 + uses: actions/cache@v3 id: cache with: - path: ./ + path: | + . #Cache all files key: simona-${{ github.sha }} - name: Save Commit SHA