mirror of
https://github.com/Infisical/infisical.git
synced 2026-05-02 03:02:03 -04:00
bring back tests for CI
This commit is contained in:
6
.github/workflows/build-staging-img.yml
vendored
6
.github/workflows/build-staging-img.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user