Skip to content

Bump puma from 6.4.0 to 6.4.2 #231

Bump puma from 6.4.0 to 6.4.2

Bump puma from 6.4.0 to 6.4.2 #231

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