File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 60
60
nginx-ref : stable-1.28
61
61
build : debug
62
62
63
+ env :
64
+ testTarget : >-
65
+ ${{ (matrix.nginx-ref == 'stable-1.28' && matrix.build == 'debug')
66
+ && 'full-test'
67
+ || 'test'
68
+ }}
69
+
63
70
runs-on : ${{ matrix.runner }}-latest
64
71
65
72
steps :
73
80
with :
74
81
repository : ' nginx/nginx-tests'
75
82
path : ' nginx/tests'
76
- sparse-checkout : |
77
- lib
78
83
79
84
- uses : dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
80
85
with :
@@ -117,4 +122,4 @@ jobs:
117
122
- name : run tests
118
123
# always run if build succeeds
119
124
if : ${{ !cancelled() && steps.build.outcome == 'success' }}
120
- run : make BUILD=${{ matrix.build }} TEST_PREREQ= test
125
+ run : make BUILD=${{ matrix.build }} TEST_PREREQ= ${{ env.testTarget }}
You can’t perform that action at this time.
0 commit comments