We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80e8387 + 736342d commit 820831dCopy full SHA for 820831d
.github/workflows/ruby_head.yml
@@ -73,6 +73,9 @@ jobs:
73
- name: Bundle install
74
run: |
75
bundle install --jobs 4 --retry 3
76
+ - name: Show Gemfile.lock
77
+ run: |
78
+ cat Gemfile.lock
79
- name: Run RSpec
80
81
bundle exec rspec
.github/workflows/test.yml
@@ -79,6 +79,9 @@ jobs:
82
83
84
85
86
87
.github/workflows/test_11g.yml
@@ -83,6 +83,9 @@ jobs:
88
89
90
91
0 commit comments