Update build-docker-image-to-prod.yml

This commit is contained in:
Maidul Islam
2023-09-20 17:06:12 -04:00
committed by GitHub
parent 1d66dbbce3
commit 119730ac1a

View File

@@ -17,9 +17,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