Sha256: cf2e2d74b4976dbf8b97094ed695c76f167ca8ccef4c09ab56c4d2734d4f4e9c

Contents?: true

Size: 543 Bytes

Versions: 22

Compression:

Stored size: 543 Bytes

Contents

name: Build Status

on:
  push:
    branches:
      - main

# Using the Ruby teams https://github.com/ruby/setup-ruby, not the Github
# team's https://github.com/actions/setup-ruby

jobs:
  validate:
    runs-on: ubuntu-latest
    steps:
      - name: Git clone
        uses: actions/checkout@v2
        with:
          fetch-depth: 2
      - name: Setup Ruby
        uses: ruby/setup-ruby@v1
        with:
          ruby-version: '2.7'
          bundler-cache: true
      - name: Run tests
        id: test
        run: bundle exec rake spec

Version data entries

22 entries across 22 versions & 2 rubygems

Version Path
terradactyl-terraform-1.5.0 .github/workflows/build-status.yml
terradactyl-terraform-1.4.1 .github/workflows/build-status.yml
terradactyl-terraform-1.4.0 .github/workflows/build-status.yml
terradactyl-1.3.0 .github/workflows/build-status.yml
terradactyl-terraform-1.3.0 .github/workflows/build-status.yml
terradactyl-1.2.1 .github/workflows/build-status.yml
terradactyl-terraform-1.2.1 .github/workflows/build-status.yml
terradactyl-1.2.0 .github/workflows/build-status.yml
terradactyl-terraform-1.2.0 .github/workflows/build-status.yml
terradactyl-1.1.2 .github/workflows/build-status.yml
terradactyl-terraform-1.1.2 .github/workflows/build-status.yml
terradactyl-1.1.0 .github/workflows/build-status.yml
terradactyl-terraform-1.1.0 .github/workflows/build-status.yml
terradactyl-1.0.0 .github/workflows/build-status.yml
terradactyl-terraform-1.0.0 .github/workflows/build-status.yml
terradactyl-0.15.3 .github/workflows/build-status.yml
terradactyl-0.15.2 .github/workflows/build-status.yml
terradactyl-0.15.1 .github/workflows/build-status.yml
terradactyl-0.15.0 .github/workflows/build-status.yml
terradactyl-terraform-0.15.0 .github/workflows/build-status.yml