Fix mock tests
This commit is contained in:
27
script/run-workflow.bat
Normal file
27
script/run-workflow.bat
Normal file
@@ -0,0 +1,27 @@
|
||||
@echo off
|
||||
REM ============================================================================
|
||||
REM Troostwijk Auction Monitor - Workflow Runner (Windows)
|
||||
REM ============================================================================
|
||||
REM
|
||||
REM This script runs the auction monitor in workflow mode (continuous operation)
|
||||
REM with all scheduled tasks running automatically.
|
||||
REM
|
||||
REM Usage:
|
||||
REM run-workflow.bat
|
||||
REM
|
||||
REM ============================================================================
|
||||
|
||||
echo Starting Troostwijk Auction Monitor - Workflow Mode...
|
||||
echo.
|
||||
|
||||
REM Set configuration
|
||||
set DATABASE_FILE=C:\mnt\okcomputer\output\cache.db
|
||||
set NOTIFICATION_CONFIG=desktop
|
||||
|
||||
REM Optional: Set for email notifications
|
||||
REM set NOTIFICATION_CONFIG=smtp:your@gmail.com:app_password:your@gmail.com
|
||||
|
||||
REM Run the application
|
||||
java -jar target\auctiora-1.0-SNAPSHOT-jar-with-dependencies.jar workflow
|
||||
|
||||
pause
|
||||
Reference in New Issue
Block a user