Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Merge pull request #38 from qatalog/dependabot/npm_and_yarn/npm_and_y… #59

Merge pull request #38 from qatalog/dependabot/npm_and_yarn/npm_and_y…

Merge pull request #38 from qatalog/dependabot/npm_and_yarn/npm_and_y… #59

name: Run Unit Tests
on: [push]
jobs:
frontend:
runs-on: ubuntu-latest
timeout-minutes: 20
env:
NODE_ENV: local
steps:
- name: checkout
uses: actions/checkout@v3
- name: setup node
uses: actions/setup-node@v2
with:
cache: 'yarn'
node-version: '16'
- name: install deps
run: yarn --frozen-lockfile --prefer-offline
- name: run tests
run: yarn test