Skip to content

Commit 032162d

Browse files
authored
Add verbose flag to bundle install step
1 parent e1c8750 commit 032162d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ jobs:
7676
with:
7777
ruby-version: "3.3.5"
7878
bundler-cache: true
79+
- name: Install dependencies (verbose)
80+
run: bundle install --verbose
7981
- name: Setup Python 🐍
8082
uses: actions/setup-python@v5
8183
with:

0 commit comments

Comments
 (0)