Skip to content

Merge pull request #242 from ComPlat/dependabot/npm_and_yarn/express-… #612

Merge pull request #242 from ComPlat/dependabot/npm_and_yarn/express-…

Merge pull request #242 from ComPlat/dependabot/npm_and_yarn/express-… #612

Workflow file for this run

name: Units Testing
on: push
jobs:
testing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18.19.1
- run: yarn install
- run: yarn test