Skip to content

build(deps): bump semver from 5.7.1 to 5.7.2 #105

build(deps): bump semver from 5.7.1 to 5.7.2

build(deps): bump semver from 5.7.1 to 5.7.2 #105

Workflow file for this run

name: Run tests for client
on:
pull_request:
branches:
- master
push:
branches:
- master
defaults:
run:
working-directory: client
jobs:
test-client:
name: Execute tests
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 12
- name: Install dependencies
run: npm ci
- name: Run the tests and generate coverage report
run: npm run test:ci
env:
SKIP_PREFLIGHT_CHECK: true
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
flags: client