Sha256: 7f7ce400002cb4a85ee302f0b4a7b35dbb1a8c09fc777d6510d6db05fc0b8083

Contents?: true

Size: 435 Bytes

Versions: 1

Compression:

Stored size: 435 Bytes

Contents

include:
  - project: fadendaten/meta
    file: gitlab-ci.base.yml


stages:
  - pre-test
  - test

Cache assets:
  stage: pre-test
  extends: .cache_assets

rspec:
  stage: test
  cache:
    key: ${CI_PROJECT_NAME}-bundle-cache
    paths:
      - vendor/ruby
    policy: pull
  image: ruby:3.0.0
  before_script:
    - bundle check --path=vendor || bundle install --path=vendor --jobs=$(nproc)
  script:
    - bundle exec rspec spec/

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
eancom-2.0.0 .gitlab-ci.yml