debug keys dir
This commit is contained in:
parent
1549161a33
commit
2210f6ac73
1 changed files with 7 additions and 0 deletions
7
.github/workflows/test-integration.yml
vendored
7
.github/workflows/test-integration.yml
vendored
|
|
@ -36,6 +36,13 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: uv sync --group dev
|
||||
|
||||
- name: Debug keys directory
|
||||
run: |
|
||||
ls -la keys/ || echo "keys dir doesn't exist"
|
||||
whoami
|
||||
pwd
|
||||
id
|
||||
|
||||
- name: Run integration tests
|
||||
env:
|
||||
OPENSEARCH_HOST: localhost
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue