Sha256: deed0752208d83573b1de6e85dc3b9e7e9548e7a1fdfe6133156134e5cab2bcf

Contents?: true

Size: 472 Bytes

Versions: 7

Compression:

Stored size: 472 Bytes

Contents

name: Integration tests

on: [pull_request]

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

    steps:
      - name: Set up Ruby
        uses: ruby/setup-ruby@f20f1eae726df008313d2e0d78c5e602562a1bcf
        with:
          ruby-version: head

      - name: Checkout repository
        uses: actions/checkout@v3

      - name: Install gems
        run: bundle install

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ruby_raider-0.9.4 .github/workflows/integration.yml
ruby_raider-0.9.3 .github/workflows/integration.yml
ruby_raider-0.9.2 .github/workflows/integration.yml
ruby_raider-0.9.1 .github/workflows/integration.yml
ruby_raider-0.9.0 .github/workflows/integration.yml
ruby_raider-0.8.9 .github/workflows/integration.yml
ruby_raider-0.8.8 .github/workflows/integration.yml