Skip to content

test(web): add unit test for tracking most recent deleted task in Tas… #69

test(web): add unit test for tracking most recent deleted task in Tas…

test(web): add unit test for tracking most recent deleted task in Tas… #69

Workflow file for this run

name: Test
on: [push]
jobs:
unit:
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v4
- name: Install Node.js and Yarn
uses: actions/setup-node@v4
with:
node-version: 24
cache: "yarn"
- name: Install Dependencies
run: |
yarn install --frozen-lockfile --network-timeout 300000
- name: Run tests
env:
TZ: ${{ vars.TZ }}
run: |
yarn test