diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5010311c..ca2a35df 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -66,7 +66,7 @@ jobs: uses: actions/cache@v3 id: build-result with: - path: ./* + path: ./ key: ${{ github.run_number }} browser-tests: @@ -80,7 +80,7 @@ jobs: uses: actions/cache/restore@v3 id: build-result with: - path: ./* + path: ./ key: ${{ github.run_number }} fail-on-cache-miss: true @@ -121,7 +121,7 @@ jobs: uses: actions/cache/restore@v3 id: build-result with: - path: ./* + path: ./ key: ${{ github.run_number }} fail-on-cache-miss: true diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index edf8ddb1..ace6323c 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -70,7 +70,7 @@ jobs: uses: actions/cache@v3 id: build-result with: - path: ./* + path: ./ key: ${{ github.run_number }} run-browser-tests: @@ -86,7 +86,7 @@ jobs: uses: actions/cache/restore@v3 id: build-result with: - path: ./* + path: ./ key: ${{ github.run_number }} fail-on-cache-miss: true - name: Use Node.js 20.x @@ -131,7 +131,7 @@ jobs: uses: actions/cache/restore@v3 id: build-result with: - path: ./* + path: ./ key: ${{ github.run_number }} fail-on-cache-miss: true - name: Use Node.js 20.x @@ -168,7 +168,7 @@ jobs: uses: actions/cache/restore@v3 id: build-result with: - path: ./* + path: ./ key: ${{ github.run_number }} fail-on-cache-miss: true - name: Get History