Skip to content

Bump ruby from 3.4.9-alpine3.22 to 4.0.4-alpine3.22 #118

Bump ruby from 3.4.9-alpine3.22 to 4.0.4-alpine3.22

Bump ruby from 3.4.9-alpine3.22 to 4.0.4-alpine3.22 #118

Workflow file for this run

name: Build and test
on:
pull_request:
branches:
- main
- "[0-9]*"
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Git Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- name: Build
run: |
docker build -t postcoder .
- name: Lint
run: |
docker compose run --rm app bundle exec rubocop
- name: Test
run: |
docker compose run -e APP_ENV=test --rm app bundle exec rspec