Skip to content

handle get staff info #5

handle get staff info

handle get staff info #5

Workflow file for this run

name: CI
on:
pull_request:
branches:
- dev
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '20.14.0'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run tests
run: yarn run test