Sha256: f99515dbf96a468a9720830d86458ff7233283b75df84c3f989e2bf7bf385475
Contents?: true
Size: 643 Bytes
Versions: 1
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: ['3.0', '3.1', '3.2'] 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
acumatica-0.7.0 | .github/workflows/ruby.yml |