Skip to content

Commit

Permalink
increase time to capture logs
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Gutierrez <[email protected]>
  • Loading branch information
AlfredoG87 committed Aug 16, 2024
1 parent 3d0ff9d commit bca888d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/smoke-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ jobs:
APP_PID=$!
echo "Application started with PID $APP_PID"
sleep 10
- name: Print App Logs
run: cat app.log

- name: Smoke Test
run: ./server/src/test/resources/smoke-test.sh app.log
Expand Down

0 comments on commit bca888d

Please sign in to comment.