Update ci.yaml
This commit is contained in:
parent
6ea85f72d1
commit
8113e87bc0
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -2,13 +2,13 @@ on: push
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Ruby ${{ matrix.ruby }} sample
|
name: script/cibuild
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-ruby@v1
|
- uses: actions/setup-ruby@v1
|
||||||
with:
|
with:
|
||||||
ruby-version: 2.7
|
ruby-version: 2.7
|
||||||
- name: CI Build
|
- name: build & test
|
||||||
run: |
|
run: |
|
||||||
script/bootstrap
|
script/bootstrap
|
||||||
script/cibuild
|
script/cibuild
|
||||||
|
Loading…
x
Reference in New Issue
Block a user