Skip to content

feat: CL-28: Don't add to recent apps if app is in a fixed list #68

feat: CL-28: Don't add to recent apps if app is in a fixed list

feat: CL-28: Don't add to recent apps if app is in a fixed list #68

Workflow file for this run

name: 'Tests'
on: push
jobs:
jest-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Dependencies
run: npm ci
- name: Run Tests
run: npm run test:ci