Skip to content

Update Solara

Update Solara #12

Workflow file for this run

name: Run RSpec Tests
on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
pull_request:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
- name: Install dependencies
run: |
gem install bundler
bundle install
- name: Run RSpec
run: bundle exec rspec solara/lib/spec/