Update .github/workflows/ci.yaml

This commit is contained in:
Parker Moore
2021-07-15 12:44:59 -04:00
parent d6a15aeb1f
commit ca56aea3c7

View File

@@ -1,4 +1,4 @@
on: on:
push: push:
pull_request: pull_request:
types: [opened, synchronize] types: [opened, synchronize]
@@ -8,9 +8,10 @@ jobs:
name: script/cibuild name: script/cibuild
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions/setup-ruby@v1 - uses: ruby/setup-ruby@v1
with: with:
ruby-version: 2.7 ruby-version: 2.7
bundler-cache: true
- name: build - name: build
run: script/bootstrap run: script/bootstrap
- name: test - name: test