Skip to content

Commit 73ce0c4

Browse files
Merge pull request #6 from open-toolchain/fix-12524
Decouple DOI from test run script
2 parents 0e4dc68 + 6ef2b1f commit 73ce0c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/run-tests.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
2-
ibmcloud login --apikey $IBM_CLOUD_API_KEY --no-region
3-
ibmcloud doi publishtestrecord --logicalappname="$APP_NAME" --buildnumber=$BUILD_NUMBER --filelocation=./tests/xunit.xml --type=unittest
4-
ibmcloud doi publishtestrecord --logicalappname="$APP_NAME" --buildnumber=$BUILD_NUMBER --filelocation=./tests/Cobertura.xml --type=code
2+
FILE_LOCATIONS="./tests/xunit.xml;./tests/Cobertura.xml"
3+
TEST_TYPES="unittest;code"
4+
TEST_STATUS=0

0 commit comments

Comments
 (0)