Skip to content

Commit 58bd820

Browse files
committed
Fix
1 parent 0a1d7bf commit 58bd820

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
name: CI
22
on:
33
push:
4-
branches: "*"
4+
branches:
5+
- "*"
56
pull_request:
6-
branches: "*"
7+
branches:
8+
- "*"
79
jobs:
810
test:
911
runs-on: ubuntu-latest
@@ -23,6 +25,8 @@ jobs:
2325
with:
2426
ruby-version: ${{ matrix.ruby-version }}
2527
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
28+
- name: Update thor
29+
run: gem update thor
2630
- name: Lint
2731
run: bundle exec rake rubocop
2832
- name: Run tests

0 commit comments

Comments
 (0)