Sha256: 64b446f901bde84b09e8ba68e3a381a12fd1327da6dbf40ddd1b59b42669179c
Contents?: true
Size: 692 Bytes
Versions: 1
Compression:
Stored size: 692 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 - 3.3 - 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 }} CONVERT_API_TOKEN: ${{ secrets.CONVERTAPI_TOKEN }} run: bundle exec rake spec
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
convert_api-2.0.0 | .github/workflows/main.yml |