.github/workflows/ci.yml in cqm-validators-3.1.2 vs .github/workflows/ci.yml in cqm-validators-3.1.3
- old
+ new
@@ -2,19 +2,20 @@
on:
pull_request:
branches:
- master
- cqm_validators_2_x
+ - cqm_validators_3_x
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
- ruby-version: [2.6, 2.5]
+ ruby-version: [2.6, 2.7.2]
mongodb-version: [4.0.18, 4.4]
steps:
- uses: actions/checkout@v2
- name: Use Ruby ${{ matrix.ruby-version }}
@@ -30,6 +31,6 @@
- name: Run overcommit
run: |
bundle exec overcommit --sign
bundle exec overcommit --run
- name: Run tests
- run: bundle exec rake test
+ run: bundle exec rake test
\ No newline at end of file