There was an error while loading. Please reload this page.
2 parents ae0c55a + 42fc0b7 commit 3f148c4Copy full SHA for 3f148c4
1 file changed
.github/workflows/ci.yml
@@ -23,9 +23,10 @@ jobs:
23
# This workflow contains a single job called "build"
24
build:
25
# The type of runner that the job will run on
26
- runs-on:
+ runs-on:
27
labels: ubuntu-latest-m
28
continue-on-error: true
29
+ timeout-minutes: 120
30
31
strategy:
32
matrix:
@@ -56,6 +57,9 @@ jobs:
56
57
if: steps.cache.outputs.cache-hit != 'true'
58
run: git lfs pull
59
60
+ - name: Git LFS Checkout
61
+ run: git lfs checkout
62
+
63
# Add virtual display support for graphical tests
64
- name: Setup Xvfb for virtual display
65
run: |
0 commit comments