Use bash, print vim version
This commit is contained in:
parent
b03919489d
commit
79ff07b953
1 changed files with 5 additions and 2 deletions
|
|
@ -9,8 +9,11 @@ jobs:
|
|||
vimImage: 'ubuntu-16.04'
|
||||
container: 'puremourning/vimspector:test'
|
||||
steps:
|
||||
- script: python3 install_gadget.py
|
||||
- bash: python3 install_gadget.py
|
||||
displayName: 'Install gadgets'
|
||||
|
||||
- script: ./run_tests
|
||||
- bash: vim --version
|
||||
displayName: 'Print vim version information'
|
||||
|
||||
- bash: ./run_tests
|
||||
displayName: 'Run the tests'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue