clean up e2e github workflow

This commit is contained in:
mahula 2025-09-30 20:24:26 +02:00
parent 0dce5731b5
commit af27b5bcbb

View File

@ -31,13 +31,6 @@ jobs:
npm run build
working-directory: ./app
- name: Clean Database State
run: |
# Remove any existing database data to ensure fresh state
sudo rm -rf ./data/database
mkdir -p ./data/uploads
sudo chmod 777 -R ./data
- name: Build and start all Containers
run: docker compose up -d