Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8f62c8f

Browse files
committedMar 16, 2025··
Adds a temp step
Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
1 parent f9ce77a commit 8f62c8f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,9 @@ jobs:
196196
restore-keys: |
197197
maven-local-
198198
199+
- name: Verify Cached Files
200+
run: ls -R ~/.m2/repository/org/opensearch/ || echo "Cache restoration failed"
201+
199202
- name: Run SampleResourcePlugin Integration Tests
200203
uses: gradle/gradle-build-action@v3
201204
with:

0 commit comments

Comments
 (0)
Please sign in to comment.