Update ci.yaml

This commit is contained in:
Parker Moore 2020-08-08 14:11:34 -04:00 committed by GitHub
parent 6ea85f72d1
commit 8113e87bc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@ on: push
jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }} sample
name: script/cibuild
steps:
- uses: actions/checkout@v2
- uses: actions/setup-ruby@v1
with:
ruby-version: 2.7
- name: CI Build
- name: build & test
run: |
script/bootstrap
script/cibuild