diff --git a/.gitea/workflows/run-test.yaml b/.gitea/workflows/run-test.yaml index 2fbd2354..379f6a08 100644 --- a/.gitea/workflows/run-test.yaml +++ b/.gitea/workflows/run-test.yaml @@ -19,9 +19,16 @@ jobs: - name: Checkout Repository uses: actions/checkout@v3 with: - lfs: true + lfs: false github-server-url: 'https://dev.sp-tarkov.com' + - name: Pull LFS Files + run: | + ls -lah + git lfs pull + git lfs ls-files + shell: bash + - name: Cache NPM Dependencies id: cache-npm-dependencies uses: actions/cache@v4