Skip to content

RUB-14 Add tmate session to debug test case failures #2

RUB-14 Add tmate session to debug test case failures

RUB-14 Add tmate session to debug test case failures #2

Workflow file for this run

name: Run tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: bundle exec rake
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
sudo: false