0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 06:30:43 -05:00

Test Workflow - List LFS Files & Update Project Path

This commit is contained in:
Refringe 2024-04-10 16:48:45 -04:00
parent 74ff13068d
commit 87877187b0
Signed by: Refringe
GPG Key ID: 7715B85B4A6306ED

View File

@ -25,16 +25,17 @@ jobs:
run: |
cd /workspace/SPT-AKI/Build/server
git lfs pull
git lfs ls-files
shell: bash
- name: Install NPM Dependencies
run: |
cd /workspace/SPT-AKI/Build/server
cd /workspace/SPT-AKI/Build/server/project
npm install
shell: bash
- name: Run Tests
run: |
cd /workspace/SPT-AKI/Build/server
cd /workspace/SPT-AKI/Build/server/project
npm run test
shell: bash