Skip to content

chore(deps-dev): bump snyk from 1.1227.0 to 1.1253.0 #939

chore(deps-dev): bump snyk from 1.1227.0 to 1.1253.0

chore(deps-dev): bump snyk from 1.1227.0 to 1.1253.0 #939

Workflow file for this run

name: Testing (Pull Request)
on: [pull_request, workflow_dispatch]
jobs:
test:
name: Unit tests
runs-on: ubuntu-latest
steps:
- name: set up node.js
uses: actions/setup-node@v4
with:
node-version: 18
- name: check out code
uses: actions/checkout@v4
- name: rename frontpage config file
run: mv apps/dicty-frontpage/src/common/utils/clientConfig.sample.ts apps/dicty-frontpage/src/common/utils/clientConfig.ts
- name: rename publication config file
run: mv apps/publication/src/common/utils/clientConfig.sample.ts apps/publication/src/common/utils/clientConfig.ts
- name: install
run: yarn install
- name: unit tests
run: yarn coverage
- name: upload test coverage to codecov
uses: codecov/codecov-action@v3