Sha256: 830a82d8d25c1bd5c9acd80eb7e4ae0bc00eaa0c5ef15376c0ec4b3a57711eeb
Contents?: true
Size: 529 Bytes
Versions: 2
Compression:
Stored size: 529 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 and release run: | curl -o embulk.jar --create-dirs -L "http://dl.embulk.org/embulk-latest.jar" chmod +x embulk.jar ./embulk.jar gem install bundler ./embulk.jar bundle install --path vendor/bundle ./embulk.jar bundle exec rake test
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
embulk-input-elasticsearch-nosslverify-0.3.9 | .github/workflows/ruby.yml |
embulk-input-elasticsearch-nosslverify-0.3.8 | .github/workflows/ruby.yml |