Skip to content

NYCCHKBK-12891: Drupal 9 release #4074

NYCCHKBK-12891: Drupal 9 release

NYCCHKBK-12891: Drupal 9 release #4074

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