Skip to content

Update README.md

Update README.md #27

Workflow file for this run

name: Ruby
on: [push]
jobs:
test:
strategy:
fail-fast: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Start containers
working-directory: meta_request
run: docker-compose up