Skip to content

Sort users by their name, and use 1 indexing on booking view (#762) #1585

Sort users by their name, and use 1 indexing on booking view (#762)

Sort users by their name, and use 1 indexing on booking view (#762) #1585

Workflow file for this run

name: Run all tests
on:
pull_request:
push:
branches:
- master
env:
API_KEY: ${{secrets.VITE_FIREBASE_API_KEY}}
jobs:
Run-Tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install volta
uses: volta-cli/action@v4
- run: npm install -g firebase-tools
- run: yarn
- run: yarn test