Sha256: 0d1b4a66e4022484f9acf79b5db1c38d2bb067bcf9d2db1da5d3cc05f1c40b37
Contents?: true
Size: 651 Bytes
Versions: 3
Compression:
Stored size: 651 Bytes
Contents
name: Run test on container on: push: branches: - master pull_request: {} jobs: test: strategy: fail-fast: false matrix: ruby: ['3.0', '3.1', '3.2', '3.3'] task: - test - test:output - build runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} bundler: none - name: Run test run: | git config --global --add safe.directory /__w/steep/steep ruby -v gem install bundler bin/setup bundle exec rake ${{matrix.task}}
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
steep-1.7.0.dev.3 | .github/workflows/ruby.yml |
steep-1.7.0.dev.2 | .github/workflows/ruby.yml |
steep-1.7.0.dev.1 | .github/workflows/ruby.yml |