Sha256: 00618ce1fc5e81febf1116019d8bbb55ea1c4d70f59953d78c2869dab859f20a
Contents?: true
Size: 786 Bytes
Versions: 2
Compression:
Stored size: 786 Bytes
Contents
name: ubuntu on: push: branches: - master - "*-stable" - "*/ci-check" pull_request: branches: - master jobs: build: strategy: fail-fast: false matrix: os: [ 'ubuntu-latest' ] ruby: [ ruby-head, 3.2, 3.1, "3.0", 2.7 ] opal: [ master, 1.7, 1.8 ] runs-on: ${{ matrix.os }} env: OPAL_VERSION: ${{ matrix.opal }} steps: - uses: actions/checkout@v4 with: submodules: true - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} - name: Setup project run: bin/setup - name: Run opal-rspec test run: "bundle exec exe/opal-rspec spec-opal-passing" - name: Run rspec test run: bundle exec rspec
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
opal-rspec-1.1.0.alpha3 | .github/workflows/build.yml |
opal-rspec-1.1.0.alpha2 | .github/workflows/build.yml |