Skip to content

Merge branch 'main' of https://github.com/392-f24/OHours #36

Merge branch 'main' of https://github.com/392-f24/OHours

Merge branch 'main' of https://github.com/392-f24/OHours #36

Workflow file for this run

name: React CI-OHours
on: [push]
jobs:
build:
name: Build and unit test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "22"
- run: npm install
- run: npm run build --if-present
- run: npm test