Skip to content

Bump factory_bot_rails from 6.4.2 to 6.4.3 (#105) #229

Bump factory_bot_rails from 6.4.2 to 6.4.3 (#105)

Bump factory_bot_rails from 6.4.2 to 6.4.3 (#105) #229

Workflow file for this run

---
name: Ensure Docker container for Ruby can build successfully
on:
push:
branches: ['main']
pull_request:
types: ['opened', 'reopened', 'synchronize', 'unlocked']
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build Images
working-directory: ./
run: |
docker compose build
- name: Run containers
working-directory: ./
run: |
docker compose up --wait
- name: Curl web page
working-directory: ./
run: |
curl -X GET http://localhost:3000