Update test.yaml (#1734)
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
name: Ruby Build
|
name: Ruby Build
|
||||||
on: [push]
|
on: [push, pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -26,4 +26,4 @@ jobs:
|
|||||||
ruby-version: ${{ matrix.ruby }}
|
ruby-version: ${{ matrix.ruby }}
|
||||||
bundler-cache: true
|
bundler-cache: true
|
||||||
- name: exec rake
|
- name: exec rake
|
||||||
run: bundle exec rake
|
run: bundle exec rake
|
||||||
|
|||||||
Reference in New Issue
Block a user