Skip to content

run CI script with the docker entrypoint script #673

run CI script with the docker entrypoint script

run CI script with the docker entrypoint script #673

Workflow file for this run

name: Ruby
on: [push]
jobs:
build:
name: Build and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Copy .env file
uses: canastro/copy-file-action@master
with:
source: "env.example"
target: ".env"
- uses: cloudposse/github-action-docker-compose-test-run@main
with:
file: "./compose.yml"
entrypoint: "./ci.sh"
service: app
command: "./ci.sh"
docker-compose-version: "2.27.0"