Skip to content

Commit 6e5d218

Browse files
committed
Switch VCR off in GitHub action
1 parent d7d4f0a commit 6e5d218

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
with:
1818
ruby-version: 2.7
1919
- run: bundle install
20-
- run: bundle exec rake
20+
- run: VCR=off bundle exec rake

0 commit comments

Comments
 (0)