Skip to content

Heroku Stack upgrade, get CI tests running #775

Heroku Stack upgrade, get CI tests running

Heroku Stack upgrade, get CI tests running #775

Workflow file for this run

name: Ruby
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Build and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: adambirds/[email protected]
with:
compose-file: "./compose.yml"
down-flags: "--volumes"
test-container: app
test-command: "bash -e \"/app/ci.sh\""