1
0
Fork 0
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:
Thomas Reynolds 2020-12-28 21:49:55 -08:00 committed by GitHub
parent b1e468d96e
commit 38d042e15c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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