Skip to content

Commit 7b6e145

Browse files
authored
chore(ruby): fix publish workflow by enabling logs (#74)
Our smoke test checks for the presence of specific log line. We have changed the default log level to info, so the smoke test now fails. Re-enable debug logs in CI.
1 parent d2d6d77 commit 7b6e145

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,8 @@ jobs:
181181
script="puts EppoClient::Core::Client.new(EppoClient::Config.new('placeholder'))"
182182
ruby -reppo_client -e "$script" 2>&1 | grep 'fetching new configuration'
183183
echo "✅ Successfully installed gem"
184+
env:
185+
EPPO_LOG: "eppo=debug"
184186

185187
- name: Set outputs
186188
id: set-outputs

0 commit comments

Comments
 (0)