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:
parent
94b7d31bc8
commit
a76dfcc029
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user