[workflow] updates test to manually pull LFS files
This commit is contained in:
@@ -13,7 +13,14 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
lfs: true
|
lfs: false
|
||||||
|
|
||||||
|
- name: Configure Git LFS
|
||||||
|
run: |
|
||||||
|
git lfs install
|
||||||
|
git config -f .lfsconfig lfs.url https://lfs.sp-tarkov.com/sp-tarkov/server-csharp
|
||||||
|
git config -f .lfsconfig lfs.locksverify false
|
||||||
|
git lfs pull
|
||||||
|
|
||||||
- name: Setup .NET
|
- name: Setup .NET
|
||||||
uses: actions/setup-dotnet@v4
|
uses: actions/setup-dotnet@v4
|
||||||
|
|||||||
+1
-1
@@ -1,3 +1,3 @@
|
|||||||
[lfs]
|
[lfs]
|
||||||
url = https://lfs.sp-tarkov.com/sp-tarkov/server-csharp
|
url = https://lfs.sp-tarkov.com/sp-tarkov/server-csharp
|
||||||
locksverify = false
|
locksverify = false
|
||||||
|
|||||||
Reference in New Issue
Block a user