We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b66055e commit fdca529Copy full SHA for fdca529
.github/workflows/build.yml
@@ -16,6 +16,7 @@
16
'runs-on': '${{ matrix.os }}'
17
'env':
18
'GO111MODULE': 'on'
19
+ 'TEST_AGDCSLOG': '1'
20
'strategy':
21
'fail-fast': false
22
'matrix':
bamboo-specs/bamboo.yaml
@@ -118,6 +118,8 @@
118
119
set -e -f -u -x
120
121
+ export TEST_AGDCSLOG=1
122
+
123
make \
124
TEST_REPORTS_DIR="./test-reports/" \
125
VERBOSE=1 \
0 commit comments