Commit Graph

18 Commits

Author SHA1 Message Date
Dev
9862336645 Remove file added by mistake 2024-04-23 11:16:28 +01:00
micyael
1881a0842a Fixed incorrect handbook price using CustomItemService (!301)
The handbookPriceRoubles member of base class NewItemDetails was never used to create the new item.

Co-authored-by: Refringe <me@refringe.com>
Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/301
Co-authored-by: micyael <micyael@noreply.dev.sp-tarkov.com>
Co-committed-by: micyael <micyael@noreply.dev.sp-tarkov.com>
2024-04-23 10:15:29 +00:00
Refringe
3ef3f076b0
Updates workflows to run properly on pull requests 2024-04-22 15:41:44 -04:00
Refringe
dfaed660ed
Workflows - Minor Formatting 2024-04-10 19:56:01 -04:00
Refringe
eb57a5e01f
Workflows - Fixes Fix Instructions 2024-04-10 19:47:11 -04:00
Refringe
2b50b29db2
Adds Lint & Style Workflows 2024-04-10 19:29:20 -04:00
Refringe
a331ab608d
Test Workflow - Cache NPM Dependencies 2024-04-10 18:42:58 -04:00
Refringe
adc71829f3
Test Workflow - Update Workflow Job Name 2024-04-10 16:51:49 -04:00
Refringe
87877187b0
Test Workflow - List LFS Files & Update Project Path 2024-04-10 16:48:45 -04:00
Refringe
74ff13068d
Test Workflow - Hardcode Repo & Update SHA Name 2024-04-10 16:46:05 -04:00
Refringe
3ecd4f39f7
Test Workflow - Drops Checkout Action
This removes the actions/checkout action. It wasn't pulling down LFS files properly. We're doing it manually now.
2024-04-10 16:30:11 -04:00
Refringe
90cec27718
Uses Image With LFS For Test Workflow
Apparently you need LFS to run LFS. 🤦
2024-04-10 16:07:30 -04:00
Refringe
a51ef26dae
Tests Workflow - Pull LFS Files
This pulls down the server git lfs files for the test.
2024-04-10 16:02:18 -04:00
Refringe
a76dfcc029
Fixes Tests Workflow For Real
Can't use `npm ci`. Forgot that we removed the package lock file. Also updated the working directory path.
2024-04-10 15:37:09 -04:00
Refringe
94b7d31bc8
Fixes Tests Workflow
Apparently we need node to run node. 🙄
2024-04-10 15:32:39 -04:00
Refringe
9069de76af
Run Tests Workflow
This is a Gitea workflow that runs the test suite after a commit or PR.
2024-04-10 15:26:20 -04:00
Refringe
9d8115a978
Updates build trigger email address 2024-03-28 20:25:55 -04:00
Refringe
92ab6ceda8 Server Build Trigger (!273)
This is a workflow that triggers the build workflow of the Build project whenever this project has a tag pushed to it.

Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/273
2024-03-28 14:52:56 +00:00