[TM-938] Send both the old count and the new count to the client as separate fields #188
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |