Skip to content

Fix: Job templates GH actions workflow #1

Fix: Job templates GH actions workflow

Fix: Job templates GH actions workflow #1

Workflow file for this run

name: Job templates
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
bundler-cache: true
- name: Run specs
run: bundle exec rspec