Skip to content

Merge pull request #2758 from NYCComptroller/feature/NYCCHKBK-12891 #4063

Merge pull request #2758 from NYCComptroller/feature/NYCCHKBK-12891

Merge pull request #2758 from NYCComptroller/feature/NYCCHKBK-12891 #4063

Workflow file for this run

name: Main Workflow
on: [push]
jobs:
unit_tests:
name: Unit Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
with:
fetch-depth: 1
- name: Perform phpunit tests
run: phpunit