Skip to content

Add GH workflow for tests #1

Add GH workflow for tests

Add GH workflow for tests #1

Workflow file for this run

name: Automated tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1'
bundler-cache: true
- run: bundle exec rspec