fixed the workflow issue (#21884)

This commit is contained in:
tarunpandey23 2025-06-23 13:11:00 +05:30 committed by GitHub
parent b8887e4df1
commit 4623f01e6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -84,3 +84,9 @@ jobs:
run: |
source env/bin/activate
python scripts/validate_sample_data.py
- name: Clean Up
run: |
cd ./docker/development
docker compose down --remove-orphans
sudo rm -rf ${PWD}/docker-volume