Sha256: 5f5f8a8aeaa29bfb57c893be1be38464ceab5cea7111fb40cc9db419a650750b
Contents?: true
Size: 788 Bytes
Versions: 4
Compression:
Stored size: 788 Bytes
Contents
name: Test on: push: branches: - master pull_request: branches: - master schedule: - cron: 0 2 * * 1-5 jobs: test: runs-on: ubuntu-latest strategy: fail-fast: false matrix: ruby: - 2.5.x - 2.6.x # - 2.7.x steps: - uses: actions/checkout@v1 - name: Set up Ruby uses: actions/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} - name: Install Bundler run: gem install bundler - name: Install Hunspell run: sudo apt-get install hunspell - name: Install Deps run: bundle install --jobs 4 --retry 3 - name: Test env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} run: bundle exec rake
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
flows-0.6.0 | .github/workflows/test.yml |
flows-0.5.1 | .github/workflows/test.yml |
flows-0.5.0 | .github/workflows/test.yml |
flows-0.4.0 | .github/workflows/test.yml |