Update .gitea/workflows/server_tests.yaml
Some checks failed
Run Socket Server Tests / test (push) Failing after 32s

Forgot the working directory
This commit is contained in:
2024-04-06 03:42:34 -04:00
parent 8a4b7685d2
commit fc31026304

View File

@@ -17,6 +17,7 @@ jobs:
node-version: '20'
- name: Remove package-lock.json
working-directory: './server'
run: rm package-lock.json
- name: Install dependencies