Skip to content

Merge pull request #1 from AlchemyCMS/add-release-workflows #5

Merge pull request #1 from AlchemyCMS/add-release-workflows

Merge pull request #1 from AlchemyCMS/add-release-workflows #5

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run RSpec tests
run: |
bundle exec rspec