Disable Continuous Integration workflow [ci skip]

This commit is contained in:
Ashwin Maroli
2020-09-24 23:52:17 +05:30
parent fd8a7e7e3b
commit 0ee9331892

View File

@@ -43,7 +43,7 @@ jobs:
- name: 'Update Bundler'
run: 'gem update bundler --no-document'
- name: Set up bundle
run: |
run: |
bundle config path vendor/bundle
bundle install --jobs 4 --retry 3
- name: Run Test Suite