Skip to content

Commit 0fb4223

Browse files
authored
Merge pull request #2314 from mroderick/bundle-ignore-junk
chore: ignore unneccessary install messages
2 parents dcc6e13 + cf5936e commit 0fb4223

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ruby.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ jobs:
77
name: 'Tests'
88
runs-on: ubuntu-latest
99

10+
env:
11+
# prevent unnecessary log output -- https://bundler.io/man/bundle-config.1.html
12+
BUNDLE_IGNORE_FUNDING_REQUESTS: true
13+
BUNDLE_IGNORE_MESSAGES: true
1014
services:
1115
postgres:
1216
image: postgres:17

0 commit comments

Comments
 (0)