Skip to content

📐 update test yml #7

📐 update test yml

📐 update test yml #7

Workflow file for this run

name: Test Coveralls
on:
- push
- pull_request
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: Install dependencies and run tests
run: |
npm install
cd Backend
npm run test:cov
- name: Coveralls
uses: coverallsapp/github-action@v2