diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4c5ea9be6..ebe68538a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -5,6 +5,7 @@ trigger: - main jobs: - job: myjob + displayName: myjob steps: - script: sudo apt update - script: sudo apt install openjdk-17-jdk -y