Test Workflow - List LFS Files & Update Project Path
This commit is contained in:
parent
74ff13068d
commit
87877187b0
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user