From 879c5e0a8377cdd82f565f1f318bc1a623fb831e Mon Sep 17 00:00:00 2001 From: isabellabonilla Date: Mon, 15 Sep 2025 13:42:47 -0400 Subject: [PATCH] Added additional tests. --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 675c540..da7934d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,6 +31,12 @@ jobs: - name: Run ESLint run: npm run lint + - name: Run Unit Tests + run: npm run test:unit + + - name: Run Integration Tests + run: npm run test:integration + # FOR IT TO WORK WITH GITHUB Actions and push to Docker registry do the following # In your repo settings, go to Settings → Secrets and variables → Actions → Secrets, and add: # DOCKER_USERNAME – your Docker Hub username