Skip to content

Update Node.js to version 23.10.0 #507

Update Node.js to version 23.10.0

Update Node.js to version 23.10.0 #507

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'