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

Removing useless file #38

Removing useless file

Removing useless file #38

Workflow file for this run

name: Test
on: [push]
jobs:
jest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version-file: ".node-version"
cache: "yarn"
- name: test
run: |
yarn install --silent --non-interactive
yarn test
env:
CI: true
NOVE_ENV: test