chown instead
This commit is contained in:
parent
9e8936e2b8
commit
5df25e21fe
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test-integration.yml
vendored
4
.github/workflows/test-integration.yml
vendored
|
|
@ -39,8 +39,8 @@ jobs:
|
|||
|
||||
- run: df -h
|
||||
|
||||
#- name: Cleanup
|
||||
# run: sudo rm -rf opensearch-data
|
||||
- name: Fix permissions for opensearch-data
|
||||
run: sudo chown -R $(whoami) opensearch-data && chmod -R u+w opensearch-data
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue