Skip to content

Commit

Permalink
fix workflow failure on Cypress cache (#603)
Browse files Browse the repository at this point in the history
Signed-off-by: Chenyang Ji <cyji@amazon.com>

Signed-off-by: Chenyang Ji <cyji@amazon.com>
Co-authored-by: Chenyang Ji <cyji@amazon.com>
  • Loading branch information
ansjcy and ansjcy authored Jan 11, 2023
1 parent 24f47ef commit 7f5717e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
uses: actions/cache@v2
with:
path: ${{ matrix.cypress_cache_folder }}
key: cypress-cache-v2-${{ runner.os }}-${{ hashFiles('**/package.json') }}
key: cypress-cache-v2-${{ runner.os }}-${{ hashFiles('OpenSearch-Dashboards/plugins/dashboards-notifications/package.json') }}

- name: Reset npm's script shell
if: ${{ matrix.os == 'windows-latest' }}
Expand Down

0 comments on commit 7f5717e

Please sign in to comment.