Skip to content

Update ruby_tests.yml to use Foreman3_9 container #50

Update ruby_tests.yml to use Foreman3_9 container

Update ruby_tests.yml to use Foreman3_9 container #50

name: Build container for PR
on:
pull_request:
paths:
- '**/.github/**/*'
jobs:
build_test_container:
runs-on: ubuntu-latest
services:
postgres:
image: quay.io/jomitsch/postgres-with-evr
options: >-
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5
env:
POSTGRES_USER: foreman
POSTGRES_PASSWORD: foreman
steps:
- name: Checkout the repo
uses: actions/checkout@v2
- name: Build local dockerfile
uses: ./.github/actions/