rm with docker compose
This commit is contained in:
parent
b92f4fdfb3
commit
157cebff4e
1 changed files with 1 additions and 3 deletions
4
.github/workflows/test-integration.yml
vendored
4
.github/workflows/test-integration.yml
vendored
|
|
@ -36,12 +36,10 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
docker system prune -af || true
|
docker system prune -af || true
|
||||||
docker builder prune -af || true
|
docker builder prune -af || true
|
||||||
|
docker-compose -f docker-compose.yml down -v --remove-orphans || true
|
||||||
|
|
||||||
- run: df -h
|
- run: df -h
|
||||||
|
|
||||||
- name: Fix permissions for opensearch-data
|
|
||||||
run: sudo rm -rf /opt/actions-runner/_work/openrag/openrag/opensearch-data/*
|
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue