mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
Update ci.yml
This commit is contained in:
parent
b1e468d96e
commit
38d042e15c
1 changed files with 4 additions and 2 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -23,7 +23,9 @@ jobs:
|
|||
with:
|
||||
ruby-version: ${{ matrix.ruby-version }}
|
||||
bundler-cache: true
|
||||
- name: Runs linter
|
||||
run: bundle exec rake rubocop
|
||||
- name: Runs tests
|
||||
run: bundle exec rake
|
||||
run: bundle exec rake test
|
||||
env:
|
||||
test: true
|
||||
TEST: true
|
||||
|
|
Loading…
Reference in a new issue