Sha256: ba1755641b8a6f9f3194be8c0dff65991b98f121c79b1e3606085209ab72bcd9
Contents?: true
Size: 615 Bytes
Versions: 1
Compression:
Stored size: 615 Bytes
Contents
name: Build on: [push,pull_request] jobs: build: runs-on: ubuntu-latest strategy: matrix: ruby-version: - 2.0 - 2.6 - 2.7 - 3.1 - 3.2 - jruby-9.1 - jruby-head name: Ruby ${{ matrix.ruby-version }} sample steps: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby-version }} # bundler-cache: true - run: bundle install - env: CONVERT_API_SECRET: ${{ secrets.CONVERTAPI_SECRET }} run: bundle exec rake spec
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
convert_api-1.4.0 | .github/workflows/main.yml |