Skip to content

[ISSUE 13] - view shopping list items in order of how soon they to need to be bought again #145

[ISSUE 13] - view shopping list items in order of how soon they to need to be bought again

[ISSUE 13] - view shopping list items in order of how soon they to need to be bought again #145

Workflow file for this run

name: Run Tests on Every Commit and Pull Request
on:
push:
branches:
- '**'
pull_request:
branches:
- main
jobs:
test:
name: Run Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm test -- --run