Sha256: 8ed6fa73ca1d5eb9e72dcf989453e39d0cc242a321a1fb0293e26e27f434f95a

Contents?: true

Size: 371 Bytes

Versions: 4

Compression:

Stored size: 371 Bytes

Contents

version: 2.1

# Run a no-op workflow so CircleCI reports as a green check in pull requests.
# This file is needed until all active hyrax branches have moved off CircleCI
# and the integration can be deactivated.
jobs:
  build:
    docker:
      - image: cimg/base:current
    resource_class: small
    steps:
      - run: echo "Hyrax tests have moved to Github Actions."

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
hyrax-5.1.0.pre.beta1 .circleci/config.yml
hyrax-5.0.4 .circleci/config.yml
hyrax-5.0.3 .circleci/config.yml
hyrax-5.0.2 .circleci/config.yml