Skip to content

users-chis-civ.yaml to tag 1.3.20-civ-fixes-patch-1 per medic-infrast… #652

users-chis-civ.yaml to tag 1.3.20-civ-fixes-patch-1 per medic-infrast…

users-chis-civ.yaml to tag 1.3.20-civ-fixes-patch-1 per medic-infrast… #652

Workflow file for this run

name: Run Build and Tests
on: push
jobs:
test:
name: Run Build and Tests
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 20.x
- run: npm ci
- run: npm run build
- run: npm run lint
- run: npm test