There's generally no point running on multiple versions as
the important things like ruby are note the OS versions in any
case and production runs on Debian now not Ubuntu.
steps:
- name: Check out code
uses: actions/checkout@v4
steps:
- name: Check out code
uses: actions/checkout@v4
steps:
- name: Checkout source
uses: actions/checkout@v4
steps:
- name: Checkout source
uses: actions/checkout@v4
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
env:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
env:
ruby: '3.1'
jobs:
rubocop:
name: RuboCop
ruby: '3.1'
jobs:
rubocop:
name: RuboCop
steps:
- name: Check out code
uses: actions/checkout@v4
steps:
- name: Check out code
uses: actions/checkout@v4
cancel-in-progress: true
jobs:
test:
cancel-in-progress: true
jobs:
test:
- name: Ubuntu ${{ matrix.ubuntu }}, Ruby ${{ matrix.ruby }}
+ name: Ruby ${{ matrix.ruby }}
ruby: ['3.1', '3.2', '3.3', '3.4']
ruby: ['3.1', '3.2', '3.3', '3.4']
- runs-on: ubuntu-${{ matrix.ubuntu }}
env:
RAILS_ENV: test
OPENSTREETMAP_MEMCACHE_SERVERS: 127.0.0.1
env:
RAILS_ENV: test
OPENSTREETMAP_MEMCACHE_SERVERS: 127.0.0.1
uses: coverallsapp/github-action@v2.3.6
with:
github-token: ${{ secrets.github_token }}
uses: coverallsapp/github-action@v2.3.6
with:
github-token: ${{ secrets.github_token }}
- flag-name: ubuntu-${{ matrix.ubuntu }}-ruby-${{ matrix.ruby }}
+ flag-name: ruby-${{ matrix.ruby }}
format: lcov
parallel: true
finish:
format: lcov
parallel: true
finish: