Skip to content

[TM-812] Remove project establishment and seed collection from workday collections #17

[TM-812] Remove project establishment and seed collection from workday collections

[TM-812] Remove project establishment and seed collection from workday collections #17

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