mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-03-01 12:44:17 +00:00
add database cleaning step to e2e test workflow
This commit is contained in:
parent
7da2a41430
commit
4b318478bc
7
.github/workflows/test.e2e.yml
vendored
7
.github/workflows/test.e2e.yml
vendored
@ -31,6 +31,13 @@ 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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user