Skip to content
This repository was archived by the owner on Jun 16, 2021. It is now read-only.

Commit d70efd5

Browse files
committed
Fix typo input -> inputs
1 parent 15f8878 commit d70efd5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
customCommand: 'run compile'
2626
- task: 'Npm@1'
2727
displayName: 'Run tests'
28-
input:
28+
inputs:
2929
command: custom
3030
customCommand: 'run test'
3131
- job: macOS
@@ -54,7 +54,7 @@ jobs:
5454
customCommand: 'run compile'
5555
- task: 'Npm@1'
5656
displayName: 'Run tests'
57-
input:
57+
inputs:
5858
command: custom
5959
customCommand: 'run test'
6060
- job: Linux
@@ -88,7 +88,7 @@ jobs:
8888
displayName: 'Start xvfb'
8989
- task: 'Npm@1'
9090
displayName: 'Run tests'
91-
input:
91+
inputs:
9292
command: custom
9393
customCommand: 'run test'
9494
env:

0 commit comments

Comments
 (0)