Sha256: d824ada1f744616dc01255635555180aab99c9ca4c8162bcf617cb969e9c1034
Contents?: true
Size: 738 Bytes
Versions: 3
Compression:
Stored size: 738 Bytes
Contents
name: ruby-head on: [push] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@master - name: Set up RVM run: | curl -sSL https://get.rvm.io | bash - name: Set up Ruby run: | source $HOME/.rvm/scripts/rvm rvm install ruby-head --binary rvm --default use ruby-head - name: Install dependencies run: | source $HOME/.rvm/scripts/rvm sudo apt install libncursesw5-dev gem install bundler --no-document bundle install - name: Run test run: | source $HOME/.rvm/scripts/rvm xvfb-run bundle exec rake test env: UPLOAD_TO_CODECOV: 1 CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
textbringer-1.0.3 | .github/workflows/ruby-head.yml |
textbringer-1.0.2 | .github/workflows/ruby-head.yml |
textbringer-1.0.1 | .github/workflows/ruby-head.yml |