Skip to content

Commit

Permalink
fix: attempt to pass the test properties via export
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Peterson <[email protected]>
  • Loading branch information
mattp-swirldslabs committed Sep 16, 2024
1 parent c0678bd commit 0740166
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/smoke-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,8 @@ jobs:
- name: Run application in background, capture logs in app.log
run: |
ls -la
echo "default app.properties values: "
cat app.properties
echo "mediator.ringBufferSize=1024" >> app.properties
echo "notifier.ringBufferSize=1024" >> app.properties
echo "augmented app.properties values: "
cat app.properties
export "mediator.ringBufferSize=1024"
export "notifier.ringBufferSize=1024"
${{ env.GRADLE_EXEC }} run 2> server/src/test/resources/app.log < /dev/null &
echo "Application started with PID $APP_PID"
Expand Down

0 comments on commit 0740166

Please sign in to comment.