rm full path
This commit is contained in:
parent
5df25e21fe
commit
b92f4fdfb3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-integration.yml
vendored
2
.github/workflows/test-integration.yml
vendored
|
|
@ -40,7 +40,7 @@ jobs:
|
|||
- run: df -h
|
||||
|
||||
- name: Fix permissions for opensearch-data
|
||||
run: sudo chown -R $(whoami) opensearch-data && chmod -R u+w opensearch-data
|
||||
run: sudo rm -rf /opt/actions-runner/_work/openrag/openrag/opensearch-data/*
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue