Skip to content

Fix styles for context selector in light theme #83

Fix styles for context selector in light theme

Fix styles for context selector in light theme #83

Workflow file for this run

name: Tests
on:
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
tests:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./client
steps:
- uses: actions/checkout@v3
- name: Install modules
run: yarn
- name: Run tests
run: yarn test