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

feature: add pipeline for e2e test and unit tests, update Hello compo… #1

feature: add pipeline for e2e test and unit tests, update Hello compo…

feature: add pipeline for e2e test and unit tests, update Hello compo… #1

Workflow file for this run

name: Unit tests
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run tests
run: npm run test