From 8113e87bc0554f63e1d7d6ffcf655f6359762ba6 Mon Sep 17 00:00:00 2001 From: Parker Moore <237985+parkr@users.noreply.github.com> Date: Sat, 8 Aug 2020 14:11:34 -0400 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4de4115..98d9040 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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