Skip to content

Merge pull request #68 from oss-slu/38-display-donor #77

Merge pull request #68 from oss-slu/38-display-donor

Merge pull request #68 from oss-slu/38-display-donor #77

Workflow file for this run

name: React Client CI
on:
push:
branches: main
paths:
- 'client-app/**'
- '.github/workflows/**'
pull_request:
branches: main
paths:
- 'client-app/**'
- '.github/workflows/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: cd client-app && npm install
- run: cd client-app && npm test
env:
CI: true