Skip to content

[TM-950] Allow the collection for linked fields to get stored in the DB form question #187

[TM-950] Allow the collection for linked fields to get stored in the DB form question

[TM-950] Allow the collection for linked fields to get stored in the DB form question #187

Workflow file for this run

name: pull-request
on:
pull_request:
branches: [main, staging, release/**]
jobs:
lintTest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install deps
run: make composer
- name: Bring up Docker
run: make up
- name: Lint & Test
run: make test