Skip to content

Commit 3f148c4

Browse files
authored
Merge pull request #12 from Kkuntal990/fix/lfs-checkout-and-job-timeout
Fix LFS cache bug causing all binary test failures and multi-hour hangs
2 parents ae0c55a + 42fc0b7 commit 3f148c4

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ jobs:
2323
# This workflow contains a single job called "build"
2424
build:
2525
# The type of runner that the job will run on
26-
runs-on:
26+
runs-on:
2727
labels: ubuntu-latest-m
2828
continue-on-error: true
29+
timeout-minutes: 120
2930

3031
strategy:
3132
matrix:
@@ -56,6 +57,9 @@ jobs:
5657
if: steps.cache.outputs.cache-hit != 'true'
5758
run: git lfs pull
5859

60+
- name: Git LFS Checkout
61+
run: git lfs checkout
62+
5963
# Add virtual display support for graphical tests
6064
- name: Setup Xvfb for virtual display
6165
run: |

0 commit comments

Comments
 (0)