Skip to content

change of plan. Run the tests in docker rather than mesesing about #667

change of plan. Run the tests in docker rather than mesesing about

change of plan. Run the tests in docker rather than mesesing about #667

Workflow file for this run

name: Ruby
on: [push]
jobs:
build:
name: Build and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cloudposse/github-action-docker-compose-test-run@main
with:
file: "./compose.yml"
service: app
command: "./ci.sh"