Update .gitea/workflows/server_tests.yaml
Some checks failed
Run Socket Server Tests / test (push) Has been cancelled

Setting the node environment to development
This commit is contained in:
2024-04-06 14:16:21 -04:00
parent 86a71d3d6f
commit 7676e883a5

View File

@@ -2,6 +2,9 @@ name: Run Socket Server Tests
on: [push]
env:
NODE_ENV: development
jobs:
test:
runs-on: ubuntu-latest