clean up e2e github workflow

This commit is contained in:
mahula 2025-09-30 21:31:34 +02:00
parent d1ca864de4
commit e018d23398

View File

@ -37,7 +37,8 @@ jobs:
sudo rm -rf ./data/database
mkdir -p ./data/uploads
sudo chmod 777 -R ./data
- name: Build and start all Containers
- name: Build and start all Containers
run: docker compose up -d
- name: Seed Backend