Sha256: f9397d732eb8ce04d8815ad2340c24e06f10a11ee08ed7c1480549f0166f0e26

Contents?: true

Size: 418 Bytes

Versions: 6

Compression:

Stored size: 418 Bytes

Contents

name: "Ruby"
on:
  push:
    branches: [ "main" ]
  pull_request:
    branches: [ "main" ]
jobs:
  test:
    runs-on: ubuntu-latest

    env:
      RAILS_ENV: test
    steps:
      - name: Checkout code
        uses: actions/checkout@v3

      - name: Install Ruby and gems
        uses: ruby/setup-ruby@v1
        with:
          bundler-cache: true

      - name: Run tests and Rubocop
        run: bundle exec rake

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
stekker_easee-1.0.2 .github/workflows/ruby.yml
stekker_zaptec-1.2.2 .github/workflows/ruby.yml
stekker_easee-1.0.1 .github/workflows/ruby.yml
stekker_zaptec-1.2.1 .github/workflows/ruby.yml
stekker_easee-1.0.0 .github/workflows/ruby.yml
stekker_zaptec-1.2.0 .github/workflows/ruby.yml