Sha256: cae6548a5d7fdac6098745c8c57ffb2631c739f4d6dd0d45eccdf0b2d3d7760d

Contents?: true

Size: 543 Bytes

Versions: 2

Compression:

Stored size: 543 Bytes

Contents

name: Run tests
on:
  pull_request:
    branches:
      - "master"
  push:
    branches:
      - "master"

  # We also provide a way to run this manually, if needed.
  workflow_dispatch:

jobs:
  ci:
    runs-on: ubuntu-22.04
    steps:
      - name: Install Nix
        uses: cachix/install-nix-action@v26
        with:
          nix_path: nixpkgs=channel:nixos-24.05

      - name: Check out repository code
        uses: actions/checkout@v3
        with:
          fetch-depth: 0

      - name: Run tests
        run: nix-shell --run rspec

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rails_edge_test-2.1.0 .github/workflows/ci.yml
rails_edge_test-2.0.0 .github/workflows/ci.yml