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
No known key found for this signature in database
GPG Key ID: 7715B85B4A6306ED

View File

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