Update build-staging-img.yml

This commit is contained in:
Maidul Islam
2023-09-15 17:22:54 -04:00
committed by GitHub
parent 95385b1f45
commit 5494bc6c3c

View File

@@ -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