Sha256: 361ae178e63e7624347cf5a282513cf28af2d242618652116ea253481ffdaccd

Contents?: true

Size: 319 Bytes

Versions: 5

Compression:

Stored size: 319 Bytes

Contents

name: App tests
on:
  push:
    branches:
      - main
      - master
  pull_request:

jobs:
  app-tests:
    uses: owen2345/reusable-ci-cd-actions/.github/workflows/tests.yml@main
    with:
      prepare_db_cmd: null
      copy_env: false
      run_rubocop: true
      rspec_cmd: 'bundle install && bundle exec rspec'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
activestorage-delayed-0.3.7 .github/workflows/ruby.yml
activestorage-delayed-0.3.5 .github/workflows/ruby.yml
activestorage-delayed-0.3.4 .github/workflows/ruby.yml
activestorage-delayed-0.3.3 .github/workflows/ruby.yml
activestorage-delayed-0.3.2 .github/workflows/ruby.yml