We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bffb0c commit 613845aCopy full SHA for 613845a
.azure/azure-pipelines.ref.yml
@@ -30,16 +30,13 @@ extends:
30
parameters:
31
break: false
32
jobs:
33
- - job: test
34
- displayName: 'Docker Compose Test'
+ - job: unit_test
+ displayName: Unit tests
35
steps:
36
- - template: /templates/test/docker.yml@stratus-templates
+ - template: /templates/test/npm.yml@stratus-templates
37
38
- imageName: $(imageName)
39
- dockerfilePath: $(dockerfilePath)
40
- tag: $(tag)
41
- dockerComposeFilePaths:
42
- - '$(Pipeline.Workspace)/github/docker-compose-unit-tests.yml'
+ nodeVersion: 20
+ buildCommand: run build:shared
43
44
- job: sonarqube
45
displayName: 'SonarQube'
0 commit comments