Sha256: 0a266cb21405fa773e522896a178db470657ad7265e0b6f003a468c97352b64e
Contents?: true
Size: 430 Bytes
Versions: 1
Compression:
Stored size: 430 Bytes
Contents
name: test on: [push] jobs: build: strategy: fail-fast: false matrix: os: [ubuntu-latest] ruby: ['2.7', '3.0', '3.1', '3.2', '3.3'] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - name: Run rspec run: bundle exec rspec
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
wazuh-ruby-client-0.3.7 | .github/workflows/rspec-ci.yml |