Sha256: e93042554f221dce0e87055ed81093e3d7776279ca0dcb97ed35b365e4d4c261
Contents?: true
Size: 755 Bytes
Versions: 3
Compression:
Stored size: 755 Bytes
Contents
name: Run test on Windows on: push: branches: - master pull_request: {} jobs: windows: strategy: matrix: ruby_version: - "3.0" - "3.1" - "3.2" - "3.3" task: - test # - test:output Ignored because the order of diagnostics changes somehow - build runs-on: windows-latest steps: - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby_version }} - name: Run test run: | git config --global --add safe.directory /__w/steep/steep ruby -v gem install bundler bundle install --jobs 4 --retry 3 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-windows.yml |
steep-1.7.0.dev.2 | .github/workflows/ruby-windows.yml |
steep-1.7.0.dev.1 | .github/workflows/ruby-windows.yml |