Sha256: 8a6d90155c56a202fba7824c502eb232fdb9da13fb26d97259e6cfc9e1c8298d
Contents?: true
Size: 695 Bytes
Versions: 1
Compression:
Stored size: 695 Bytes
Contents
name: MySql on: [pull_request] jobs: Test-With-Mysql: runs-on: ubuntu-latest strategy: fail-fast: false matrix: active_record: [6.1.4, 6.0.4] env: ACTIVE_RECORD_VERSION: ${{ matrix.active_record }} DATABASE_ADAPTER: mysql INSTALL_MYSQL_GEM: true RAILS_ENV: test steps: - name: Check out repository code uses: actions/checkout@v2 - name: Start mysql run: sudo service mysql start - name: Set up Ruby uses: ruby/setup-ruby@v1 with: bundler-cache: true # runs 'bundle install' and caches installed gems automatically - name: Run tests run: bundle exec rake test
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
activerecord-cte-0.2.0 | .github/workflows/test-with-mysql.yml |