From 87877187b03876d5798ec55d3173926db1027677 Mon Sep 17 00:00:00 2001 From: Refringe Date: Wed, 10 Apr 2024 16:48:45 -0400 Subject: [PATCH] Test Workflow - List LFS Files & Update Project Path --- .gitea/workflows/run-tests.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/run-tests.yaml b/.gitea/workflows/run-tests.yaml index 7783f059..bec89aed 100644 --- a/.gitea/workflows/run-tests.yaml +++ b/.gitea/workflows/run-tests.yaml @@ -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