Skip to content

fix(deps): update all non-major dependencies (minor) #603

fix(deps): update all non-major dependencies (minor)

fix(deps): update all non-major dependencies (minor) #603

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- '**'
# concurrency:
# cancel-in-progress: true
# group: ${{ github.head_ref }}
jobs:
##############################################################################
## TEST APPLICATION
##############################################################################
test:
name: Test application
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Node setup
uses: actions/setup-node@v3
with:
node-version: '14'
cache: 'yarn'
- name: Install dependencies
run: yarn --immutable
- name: Run tests
run: yarn test --coverage