mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
remove --ignore-scripts for backend temporary
This commit is contained in:
2
.github/workflows/check-be-pull-request.yml
vendored
2
.github/workflows/check-be-pull-request.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
||||
cache: "npm"
|
||||
cache-dependency-path: backend/package-lock.json
|
||||
- name: 📦 Install dependencies
|
||||
run: npm ci --only-production --ignore-scripts
|
||||
run: npm ci --only-production
|
||||
working-directory: backend
|
||||
- name: 🧪 Run tests
|
||||
run: npm run test:ci
|
||||
|
||||
Reference in New Issue
Block a user