Skip to content

Commit cd261d2

Browse files
committed
test with rspec
1 parent d5a7ec5 commit cd261d2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ jobs:
1717
uses: actions/setup-ruby@v1
1818
with:
1919
ruby-version: 2.5.x
20-
- name: Build and test with Rake
20+
- name: Test with Rspec
21+
run: |
22+
gem install rspec
23+
rspec --format documentation --color
24+
- name: Build with bundler
2125
run: |
2226
gem install bundler
2327
bundle install --jobs 4 --retry 3 --deployment --without "development test"

0 commit comments

Comments
 (0)