Skip to content

Added cover images. Added logic to use the cover images instead of de… #108

Added cover images. Added logic to use the cover images instead of de…

Added cover images. Added logic to use the cover images instead of de… #108

Workflow file for this run

name: Unit tests
on: push
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run tests
run: yarn test