Skip to content

Commit 32601ac

Browse files
committed
test without bundler-cache
1 parent 12fa4f7 commit 32601ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sample-application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
with:
7474
working-directory: ${{ matrix.platform == 'ios' && env.REACT_NATIVE_SAMPLE_PATH || ' samples/react-native-macos' }}
7575
ruby-version: '3.3.0' # based on what is used in the sample
76-
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
76+
bundler-cache: false # runs 'bundle install' and caches installed gems automatically
7777
cache-version: 1 # cache the installed gems
7878

7979
- uses: actions/setup-java@v5

0 commit comments

Comments
 (0)