Skip to content

Merge pull request #35 from AbanobNageh/dependabot/npm_and_yarn/eslin… #95

Merge pull request #35 from AbanobNageh/dependabot/npm_and_yarn/eslin…

Merge pull request #35 from AbanobNageh/dependabot/npm_and_yarn/eslin… #95

Workflow file for this run

name: Main CI
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install dependencies
run: npm i
- name: Build
run: npm run build
- name: Unit tests and coverage
run: npm run test:cov
- name: E2E tests and coverage
run: npm run test:e2e:cov