[TM-928] Include a link to the TM Admin view of sites, nurseries, site reports and nursery reports in export. #161
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 |