Skip to content

Commit 8a4270b

Browse files
Fixes integ test CI attempt 2
Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
1 parent 8b4e5c8 commit 8a4270b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,14 @@ jobs:
189189
- name: Checkout security
190190
uses: actions/checkout@v4
191191

192+
- name: Home
193+
run: echo $HOME
194+
shell: cmd
195+
196+
- name: List contents of Maven repository (Windows)
197+
run: dir /s $HOME\.m2\repository\org\opensearch
198+
shell: cmd
199+
192200
- name: Restore Maven Local Cache
193201
uses: actions/cache/restore@v4
194202
with:

0 commit comments

Comments
 (0)