Skip to content

feature/remove "translation" code related to data migration and do a single release #114

feature/remove "translation" code related to data migration and do a single release

feature/remove "translation" code related to data migration and do a single release #114

name: State-manager tests
on:
pull_request:
paths:
- packages/state-manager/**
jobs:
state-manager-tests:
timeout-minutes: 25
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, macos-latest]
steps:
- name: "Print OS"
run: echo ${{ matrix.os }}
- uses: actions/checkout@v4
- name: "Setup environment"
uses: ./.github/actions/setup-env
with:
bootstrap-packages: "@quiet/eslint-config,@quiet/logger,@quiet/common,@quiet/types,@quiet/state-manager,@quiet/backend,@quiet/identity,@quiet/desktop,backend-bundle"
- name: "Unit tests"
run: lerna run test --scope @quiet/state-manager --stream