Sha256: 2c2a8ad6a34260f6f49d9e89b0c9fb9425daf6e5db0286817b4461147a84b21c
Contents?: true
Size: 643 Bytes
Versions: 2
Compression:
Stored size: 643 Bytes
Contents
name: Ruby on: push: branches: [ "main" ] pull_request: branches: [ "main" ] permissions: contents: read env: ACUMATICA_URL: https://example.com ACUMATICA_USER: user@install ACUMATICA_PASSWORD: password jobs: test: runs-on: ubuntu-latest strategy: matrix: ruby-version: ['2.7', '3.0', '3.1'] steps: - uses: actions/checkout@v3 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true # runs 'bundle install' and caches installed gems automatically - name: Run tests run: bundle exec rake
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
acumatica-0.6.0 | .github/workflows/ruby.yml |
acumatica-0.5.0 | .github/workflows/ruby.yml |