Skip to content

Commit fdca529

Browse files
committed
all: ci set env
1 parent b66055e commit fdca529

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
'runs-on': '${{ matrix.os }}'
1717
'env':
1818
'GO111MODULE': 'on'
19+
'TEST_AGDCSLOG': '1'
1920
'strategy':
2021
'fail-fast': false
2122
'matrix':

bamboo-specs/bamboo.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@
118118
119119
set -e -f -u -x
120120
121+
export TEST_AGDCSLOG=1
122+
121123
make \
122124
TEST_REPORTS_DIR="./test-reports/" \
123125
VERBOSE=1 \

0 commit comments

Comments
 (0)