Skip to content

Commit 6f118d2

Browse files
committed
Try addressing suggestion to remove the Install Screenshot Gems step and use an env var at the job level instead.
https://github.com/woocommerce/woocommerce-ios/pull/15822/files#r2178045214
1 parent 5112f63 commit 6f118d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/screenshots.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ jobs:
8080
needs: capture
8181
runs-on: macos-15
8282

83+
env:
84+
BUNDLE_WITH: screenshots
85+
8386
steps:
8487
- uses: actions/checkout@v4
8588

@@ -94,9 +97,6 @@ jobs:
9497
with:
9598
bundler-cache: true
9699

97-
- name: Install Screenshot Gems
98-
run: bundle install --with screenshots
99-
100100
- name: Install Fastlane Dependencies
101101
run: bundle exec fastlane run configure_apply
102102

0 commit comments

Comments
 (0)