Skip to content

Ruby Debian Upgrade and Github Actions for CI (#217) #55

Ruby Debian Upgrade and Github Actions for CI (#217)

Ruby Debian Upgrade and Github Actions for CI (#217) #55

Workflow file for this run

name: CI RSpec Tests
on: [push, pull_request]
jobs:
tests:
name: CI
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Docker compose
run: docker-compose up -d test
- name: Run Rspec specs
run: docker-compose exec -T test bash -c "bundle exec rspec"