Sha256: bc43bdc97e7018f0bd4d4211c4a1c2329e7271623b58f7c0bd28161830c35b2f
Contents?: true
Size: 595 Bytes
Versions: 2
Compression:
Stored size: 595 Bytes
Contents
name: Edge Tests on: - push - pull_request jobs: local-tests: name: Local Tests runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: os: [macos-latest, windows-latest] ruby: [ 2.6, 3.0 ] steps: - uses: actions/checkout@v2 - run: | echo "COVERAGE=true" >> $GITHUB_ENV if: matrix.os == 'macos-latest' - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} - run: bundle install - run: | bundle exec rake spec:edge env: DISPLAY: :99
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
watir-7.1.0 | .github/workflows/edge.yml |
watir-7.0.0 | .github/workflows/edge.yml |