Skip to content

Migrate to GHA and terraform #3

Migrate to GHA and terraform

Migrate to GHA and terraform #3

Workflow file for this run

name: Test Coverage
on: [push, pull_request]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run tests
run: bundle exec rspec -fd