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

Fixes Tests Workflow For Real

Can't use `npm ci`. Forgot that we removed the package lock file. Also updated the working directory path.
This commit is contained in:
Refringe 2024-04-10 15:37:09 -04:00
parent 94b7d31bc8
commit a76dfcc029
Signed by: Refringe
GPG Key ID: 7715B85B4A6306ED

View File

@ -14,13 +14,12 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
path: 'server'
fetch-depth: 1
- name: Install Dependencies
working-directory: server
run: npm ci
working-directory: /workspace/SPT-AKI/Server/project
run: npm install
- name: Run Tests
working-directory: server
working-directory: /workspace/SPT-AKI/Server/project
run: npm run test