Skip to content

uabc-portal #57 | Create direct debit page #58 (migrated changes) #50

uabc-portal #57 | Create direct debit page #58 (migrated changes)

uabc-portal #57 | Create direct debit page #58 (migrated changes) #50

Workflow file for this run

name: Build Test
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Node.js version
uses: actions/setup-node@v1
with:
node-version: "18.x"
- name: yarn install
run: |
yarn install
- name: Build Next app
run: |
yarn build