Skip to content

Merge pull request #177 from Rubilmax/dependabot/npm_and_yarn/cross-s… #428

Merge pull request #177 from Rubilmax/dependabot/npm_and_yarn/cross-s…

Merge pull request #177 from Rubilmax/dependabot/npm_and_yarn/cross-s… #428

Workflow file for this run

name: Run Jest Suite
on:
push:
branches:
- main
paths-ignore:
- "**.md"
pull_request:
paths-ignore:
- "**.md"
jobs:
jest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: foundry-rs/[email protected]
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn test