File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ jobs:
136136 -var="ssh_key_value=${{env.PRIVATE_KEY}}" \
137137 -var="test_dir=${{ matrix.arrays.test_dir }}" \
138138 -var="test_name=${{ matrix.arrays.os }}" \
139- -var="test_func =${{ matrix.arrays.testFunc }}" \
139+ -var="test_run_filter =${{ matrix.arrays.testRunFilter }}" \
140140 -var="is_onprem=${{ inputs.is_onprem_test }}" \
141141 $TEST_BINARIES_VAR \
142142 -var="user=${{ matrix.arrays.username }}"; then
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115115 path : |
116116 ~/Library/Caches/go-build
117117 ~/go/pkg/mod
118- key : v1-go-pkg-mod-${{ runner.os }}-${{ hashFiles('**/go.sum') }}
118+ key : v1-go-pkg-mod-${{ runner.os }}-${{ matrix.arch }}-${{ hashFiles('**/go.sum') }}
119119
120120 - name : Build Binaries
121121 if : contains(inputs.BucketKey, 'test') == false || steps.cached_binaries.outputs.cache-hit == false
You can’t perform that action at this time.
0 commit comments