Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Commit 7b4b94a

Browse files
committed
Fix test
1 parent 2dc457e commit 7b4b94a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
uses: actions/setup-ruby@v1
1313
with:
1414
ruby-version: '2.6'
15-
- name: Build Gem
15+
- name: Install Gems
1616
run: |
17-
gem build *.gemspec
17+
bundle install
1818
- name: Test Gem
1919
run: |
2020
rake test

0 commit comments

Comments
 (0)