Sha256: 7059b96b85b31b979079fe97a464c875dd78dcbd1e056b9a95f752ac1b8a97d8

Contents?: true

Size: 435 Bytes

Versions: 17

Compression:

Stored size: 435 Bytes

Contents

name: Integration tests

on: [pull_request]

jobs:
  build:
    name: Integration pipeline
    runs-on: ubuntu-latest

    steps:
      - name: Checkout repository
        uses: actions/checkout@v4

      - name: Set up Ruby
        uses: ruby/setup-ruby@v1
        with:
          ruby-version: 3.1.0

      - name: Install gems
        run: bundle install

      - name: Build and run integration tests
        run: rake integration

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
ruby_raider-1.1.1 .github/workflows/integration.yml
ruby_raider-1.1.0 .github/workflows/integration.yml
ruby_raider-1.0.9 .github/workflows/integration.yml
ruby_raider-1.0.8 .github/workflows/integration.yml
ruby_raider-1.0.7 .github/workflows/integration.yml
ruby_raider-1.0.6 .github/workflows/integration.yml
ruby_raider-1.0.5 .github/workflows/integration.yml
ruby_raider-1.0.4 .github/workflows/integration.yml
ruby_raider-1.0.3 .github/workflows/integration.yml
ruby_raider-1.0.2 .github/workflows/integration.yml
ruby_raider-1.0.1 .github/workflows/integration.yml
ruby_raider-1.0.0 .github/workflows/integration.yml
ruby_raider-0.9.9 .github/workflows/integration.yml
ruby_raider-0.9.8 .github/workflows/integration.yml
ruby_raider-0.9.7 .github/workflows/integration.yml
ruby_raider-0.9.6 .github/workflows/integration.yml
ruby_raider-0.9.5 .github/workflows/integration.yml