potential fix for build error while installing dependencies for itesting
Some checks failed
Server Tests / Mocha – Unit & Utility Tests (push) Successful in 47s
Server Tests / Jest – Integration Tests (push) Failing after 1m20s

This commit is contained in:
Devin Major 2026-04-29 11:06:23 -04:00
parent 6fff4011ad
commit f6700793e8

View File

@ -43,6 +43,8 @@ jobs:
cache-dependency-path: Development/server/package-lock.json cache-dependency-path: Development/server/package-lock.json
- name: Install dependencies - name: Install dependencies
env:
NPM_CONFIG_CACHE: /tmp/npm-cache
run: npm ci --prefer-offline run: npm ci --prefer-offline
- name: Write test environment file - name: Write test environment file