Skip to content

Update dependencies and runtime version #253

Update dependencies and runtime version

Update dependencies and runtime version #253

Workflow file for this run

name: Test Coverage
on:
pull_request:
push:
branches: # array of glob patterns matching against refs/heads. Optional; defaults to all
- main # triggers on pushes that contain changes in main
- develop
jobs:
test-coverage:
runs-on: ubuntu-latest
name: "test-coverage"
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm test