File tree Expand file tree Collapse file tree 6 files changed +11
-0
lines changed
Expand file tree Collapse file tree 6 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -114,8 +114,10 @@ jobs:
114114
115115 - name : Unit Tests
116116 if : ${{ matrix.target-type == 'template_debug' }}
117+ timeout-minutes : 2
117118 run : |
118119 python tools/scripts/run_unit_tests.py ${{ matrix.target.platform }} ${{ matrix.target-type }} ${{ matrix.target.arch }} ${{ matrix.float-precision }} True
120+ continue-on-error : true
119121
120122 # Upload the build
121123 - name : Upload Artifact
Original file line number Diff line number Diff line change 9191
9292 - name : Unit Tests
9393 if : ${{ matrix.target-type == 'template_debug' }}
94+ timeout-minutes : 2
9495 run : |
9596 python tools/scripts/run_unit_tests.py ${{ matrix.target.platform }} ${{ matrix.target-type }} ${{ matrix.target.arch }} ${{ matrix.float-precision }} True
97+ continue-on-error : true
9698
9799 # Can comment if you are part of the apple developer program
98100 # - name: Export Project
Original file line number Diff line number Diff line change 9999
100100 - name : Unit Tests
101101 if : ${{ matrix.target-type == 'template_debug' }}
102+ timeout-minutes : 2
102103 run : |
103104 python tools/scripts/run_unit_tests.py ${{ matrix.target.platform }} ${{ matrix.target-type }} ${{ matrix.target.arch }} ${{ matrix.float-precision }} True
104105 continue-on-error : true
Original file line number Diff line number Diff line change 9595
9696 - name : Unit Tests
9797 if : ${{ matrix.target-type == 'template_debug' }}
98+ timeout-minutes : 2
9899 run : |
99100 python tools/scripts/run_unit_tests.py ${{ matrix.target.platform }} ${{ matrix.target-type }} ${{ matrix.target.arch }} ${{ matrix.float-precision }} True
101+ continue-on-error : true
100102
101103 # Upload the build
102104 - name : Upload Artifact
Original file line number Diff line number Diff line change 7878
7979 - name : Unit Tests
8080 if : ${{ matrix.target-type == 'template_debug' }}
81+ timeout-minutes : 2
8182 run : |
8283 python tools/scripts/run_unit_tests.py ${{ matrix.target.platform }} ${{ matrix.target-type }} ${{ matrix.target.arch }} ${{ matrix.float-precision }} True
84+ continue-on-error : true
8385
8486 # Upload the build
8587 - name : Upload Artifact
Original file line number Diff line number Diff line change 8585
8686 - name : Unit Tests
8787 if : ${{ matrix.target-type == 'template_debug' }}
88+ timeout-minutes : 2
8889 run : |
8990 python tools/scripts/run_unit_tests.py ${{ matrix.target.platform }} ${{ matrix.target-type }} ${{ matrix.target.arch }} ${{ matrix.float-precision }} True
91+ continue-on-error : true
9092
9193 # Upload the build
9294 - name : Upload Artifact
You can’t perform that action at this time.
0 commit comments