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.
1 parent de902a6 commit 49032c6Copy full SHA for 49032c6
.github/workflows/test.yml
@@ -34,13 +34,18 @@ jobs:
34
--sync
35
- name: Install dependencies
36
run: |
37
- bundle install
+ gem install \
38
+ packnga \
39
+ rake \
40
+ yard
41
- name: Build gem
42
- bundle exec rake build
43
+ rake build
44
- name: Install as gem
45
- gem install pkg/*.gem
46
47
+ rubygems-requirements-system \
48
+ pkg/*.gem
49
- name: Install additional Groonga pakcages to run tests
50
if: |
51
matrix.runs-on == 'ubuntu-latest'
0 commit comments