Sha256: 02260412278718f5032fbd7b19d193763fabfae77132bea232c7a0de56b184b0
Contents?: true
Size: 542 Bytes
Versions: 3
Compression:
Stored size: 542 Bytes
Contents
name: Test on: - push - pull_request - workflow_dispatch jobs: build: name: Ruby ${{ matrix.ruby }} runs-on: ubuntu-latest strategy: fail-fast: false matrix: ruby: - "3.0" - "2.7" - "2.6" steps: - name: Fetch source code uses: actions/checkout@v2 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - name: Run tests run: bundle exec rspec
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
glossarist-new-1.0.4 | .github/workflows/test.yml |
glossarist-new-1.0.3 | .github/workflows/test.yml |
glossarist-new-1.0.2 | .github/workflows/test.yml |