Skip to content

Commit

Permalink
Update .github/workflows/ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
parkr committed Jul 15, 2021
1 parent 3dd8046 commit ce82bec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
on:
on:
push:
pull_request:
types: [opened, synchronize]
Expand All @@ -8,9 +8,10 @@ jobs:
name: script/cibuild
steps:
- uses: actions/checkout@v2
- uses: actions/setup-ruby@v1
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
- name: build
run: script/bootstrap
- name: test
Expand Down

0 comments on commit ce82bec

Please sign in to comment.