Update .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-11-28 17:09:40 +01:00
parent 5fae03501c
commit c569a79cf1

View File

@@ -53,6 +53,14 @@ steps:
APP_SETTINGS: project.config.TestingConfig APP_SETTINGS: project.config.TestingConfig
DATABASE_TEST_URL: postgres://postgres:postgres@gamedb:5432/game_test DATABASE_TEST_URL: postgres://postgres:postgres@gamedb:5432/game_test
# Cleanup step
- name: cleanup
image: alpine:latest
commands:
- echo "Cleaning up after tests..."
- rm -rf /tmp/*
- echo "Cleanup complete!"
services: services:
- name: gamedb - name: gamedb
image: postgres:15-alpine image: postgres:15-alpine