Skip to content

IBX-9614, IBX-9585, IBX-9586: Fixed pagination after upgrading to symfony 6 #5290

IBX-9614, IBX-9585, IBX-9586: Fixed pagination after upgrading to symfony 6

IBX-9614, IBX-9585, IBX-9586: Fixed pagination after upgrading to symfony 6 #5290

Workflow file for this run

name: Frontend build
on:
push:
branches:
- main
- '[0-9]+.[0-9]+'
pull_request: ~
jobs:
frontend-test:
name: Frontend build test
runs-on: 'ubuntu-20.04'
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18'
- run: yarn install
- run: yarn test