From 59cd8580d5c2c418552f200d8b315ae2dc2fecfd Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Fri, 15 Sep 2023 17:56:12 -0400 Subject: [PATCH] bring back tests for CI --- .github/workflows/build-staging-img.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-staging-img.yml b/.github/workflows/build-staging-img.yml index 806e89b87..3ff23ba23 100644 --- a/.github/workflows/build-staging-img.yml +++ b/.github/workflows/build-staging-img.yml @@ -11,9 +11,9 @@ jobs: - name: 📦 Install dependencies to test all dependencies run: npm ci --only-production working-directory: backend - # - name: 🧪 Run tests - # run: npm run test:ci - # working-directory: backend + - name: 🧪 Run tests + run: npm run test:ci + working-directory: backend - name: Save commit hashes for tag id: commit uses: pr-mpt/actions-commit-hash@v2