Sha256: 6200014f0679fc1ac920c72938a402124b5374891bf94e330f34d3bbe91ee6b5
Contents?: true
Size: 359 Bytes
Versions: 3
Compression:
Stored size: 359 Bytes
Contents
name: Ruby on: [push] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - name: Set up Ruby 2.6 uses: actions/setup-ruby@v1 with: ruby-version: 2.6.x - name: Build and test with Rake run: | gem install bundler bundle install --jobs 4 --retry 3 bundle exec rspec
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
terracop-0.2.0 | .github/workflows/ruby.yml |
terracop-0.1.1 | .github/workflows/ruby.yml |
terracop-0.1.0 | .github/workflows/ruby.yml |