Skip to content

Commit 37bbee5

Browse files
committed
2 parents dcd2e0f + 41d8069 commit 37bbee5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
[![Build status](https://dev.azure.com/APS-SD-Stewards/APS-SD/_apis/build/status/proscrumdev.battleship-cpp-CI)](https://dev.azure.com/APS-SD-Stewards/APS-SD/_build/latest?definitionId=22)
2+
[![Build status](https://dev.azure.com/APS-SD-Stewards/APS-SD/_apis/build/status/proscrumdev.battleship-nodejs-CI)](https://dev.azure.com/APS-SD-Stewards/APS-SD/_build/latest?definitionId=22)
33

44
# Battleship NodeJs
55

buildpipeline.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pool:
1212
steps:
1313
- task: NodeTool@0
1414
inputs:
15-
versionSpec: '10.x'
15+
versionSpec: '12.x'
1616
displayName: 'Install Node.js'
1717

1818
- script: |
@@ -21,11 +21,11 @@ steps:
2121

2222
- script: |
2323
./node_modules/.bin/mocha ./**/*Tests.js --reporter mocha-junit-reporter --reporter-options mochaFile=testresults_mocha.xml
24-
displayName: "run cucumber tests"
24+
displayName: "run Mocha tests"
2525

2626
- script: |
2727
./node_modules/.bin/cucumber-js ./GameController_ATDD --format json | ./node_modules/.bin/cucumber-junit > testresults_cucumber.xml
28-
displayName: "run cucumber tests"
28+
displayName: "run Cucumber tests"
2929

3030
- task: PublishTestResults@2
3131
inputs:

0 commit comments

Comments
 (0)