Sha256: 3fd6c559539aec9c2a255d59217ea283d154197e9ef4071f671a8205a96851dd

Contents?: true

Size: 571 Bytes

Versions: 12

Compression:

Stored size: 571 Bytes

Contents

name: CI

on: [ push, pull_request ]

jobs:
  tests:
    runs-on: ubuntu-latest
    strategy:
      fail-fast: false
      matrix:
        ruby:
          - 2.6
          - 2.7
          - 3.0
          - jruby
          - truffleruby
    name: Ruby ${{ matrix.ruby }}
    steps:
      - uses: actions/checkout@v2
      - name: Set up Ruby
        uses: ruby/setup-ruby@v1
        with:
          ruby-version: ${{ matrix.ruby }}
      - name: Install dependencies
        run: bundle install --jobs 4 --retry 3
      - name: Run tests
        run: bundle exec rake test

Version data entries

12 entries across 12 versions & 6 rubygems

Version Path
ruby-masscan-0.2.2 .github/workflows/ruby.yml
ruby-masscan-0.2.1 .github/workflows/ruby.yml
ruby-feroxbuster-0.1.0 .github/workflows/ruby.yml
ruby-masscan-0.2.0 .github/workflows/ruby.yml
ruby-amass-0.1.0 .github/workflows/ruby.yml
command_mapper-0.1.2 .github/workflows/ruby.yml
command_mapper-0.1.1 .github/workflows/ruby.yml
command_mapper-gen-0.1.0 .github/workflows/ruby.yml
command_mapper-0.1.0 .github/workflows/ruby.yml
command_mapper-gen-0.1.0.pre1 .github/workflows/ruby.yml
command_mapper-0.1.0.pre1 .github/workflows/ruby.yml
wordlist-1.0.0 .github/workflows/ruby.yml