Skip to content

modulize the TodoApp #77

modulize the TodoApp

modulize the TodoApp #77

Workflow file for this run

name: test
on: [push]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: "npm"
cache-dependency-path: "package-lock.json"
- name: Install dependencies
run: |
npm install
npx playwright install chromium --with-deps
- run: npm test