Sha256: febb9c75c8d0889562533e2308937a8237ae4cb72d5d8959f1c08363a650409d
Contents?: true
Size: 441 Bytes
Versions: 2
Compression:
Stored size: 441 Bytes
Contents
name: Tests on: [push] jobs: ruby: name: Ruby Tests runs-on: ubuntu-latest strategy: matrix: ruby-version: [ "2.6", "2.7", "3.0" ] steps: - name: Checkout uses: actions/checkout@v2 - name: Setup Ruby uses: ruby/setup-ruby@v1 with: bundler-cache: true ruby-version: ${{ matrix.ruby-version }} - name: Run Tests run: bundle exec rake spec
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
openxml-docx-0.11.5 | .github/workflows/ci.yml |
openxml-docx-0.11.4 | .github/workflows/ci.yml |