Skip to content

FEAT [DTECSCSAO-4805] GHAS integration: Code scanning & Dependency review #22

FEAT [DTECSCSAO-4805] GHAS integration: Code scanning & Dependency review

FEAT [DTECSCSAO-4805] GHAS integration: Code scanning & Dependency review #22

Workflow file for this run

name: Ruby
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '2.4', '2.5', '2.6', '3.1']
name: Test Ruby ${{ matrix.ruby }}
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: |
bundle exec rake test