Skip to content

feat: v0.2.0 — persistent named sandboxes, background jobs, run_code,… #3

feat: v0.2.0 — persistent named sandboxes, background jobs, run_code,…

feat: v0.2.0 — persistent named sandboxes, background jobs, run_code,… #3

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby-version: ["3.1", "3.3"]
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Test
run: bundle exec rspec