Skip to content

Add image to loki/reference #49

Add image to loki/reference

Add image to loki/reference #49

Workflow file for this run

name: Test checks - Jest
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 🚀 Prepare Repository
uses: actions/checkout@v2
- name: 🧩 Install Dependencies
run: npm ci
- name: 🧪 Run Test
run: npm run test