Skip to content

Bug Fix

Bug Fix #3

Workflow file for this run

name: Build app Publish Docker
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Run unit tests
run: npm test
env:
SQLITE_DB_LOCATION: /tmp/todo.db