Skip to content

Fix quick add appearance on mobile #91

Fix quick add appearance on mobile

Fix quick add appearance on mobile #91

Workflow file for this run

name: Run Tests
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 18
- name: Install dependencies
run: npm ci
working-directory: ./client-ui-thing
- name: Run tests
run: npm run test
working-directory: ./client-ui-thing