Skip to content

[ruby] Update all Bundler dependencies (2025-01-27) (#685) #446

[ruby] Update all Bundler dependencies (2025-01-27) (#685)

[ruby] Update all Bundler dependencies (2025-01-27) (#685) #446

Workflow file for this run

name: Backend tests
on: push
jobs:
backend:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: docker compose -f docker-compose.test.yml run web sh -c 'rails test'