Update .gitea/workflows/server_tests.yaml
Some checks failed
Run Socket Server Tests / test (push) Failing after 30s

Removing deprecated dev set
This commit is contained in:
2024-04-06 14:17:05 -04:00
parent 7676e883a5
commit 9ad24ca8ec

View File

@@ -26,14 +26,6 @@ jobs:
- name: Install Node-GYP
working-directory: './server'
run: npm install -g node-gyp
- name: Set Production Flag
working-directory: './server'
run: npm config get production
- name: Set Production Flag to Dev
working-directory: './server'
run: npm config set -g production false
- name: Install dependencies
working-directory: './server'