ci(azure-pipelines): modify test steps

This commit is contained in:
Sarah Vaupel 2024-10-28 13:34:49 +01:00
parent 4b8fd3f4d8
commit 9767070046

View File

@ -6,9 +6,9 @@ jobs:
image: 'devfra.azurecr.io/de.fraport.trusted/ubuntu:22.04'
endpoint: devfra
steps:
- displayName: 'Run a one-line script'
script: echo Hello, world!
- displayName: 'Run a multi-line script'
script: |
- script: echo Hello, world!
displayName: 'Run a one-line script'
- script: |
echo Add other tasks to build, test, and deploy your project.
echo See https://aka.ms/yaml
echo See https://aka.ms/yaml
displayName: 'Run a multi-line script'