Skip to content

Commit 95d21e7

Browse files
Hristo HristovHristo Hristov
authored andcommitted
fix: move azure pipelines one level upper
1 parent 120845a commit 95d21e7

File tree

6 files changed

+138
-0
lines changed

6 files changed

+138
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: Azure CI
2+
3+
trigger:
4+
branches:
5+
include: [ $(yamlDefaultBranch) ]
6+
7+
pr:
8+
branches:
9+
include: [ $(yamlDefaultBranch) ]
10+
11+
pool:
12+
vmImage: 'ubuntu-latest'
13+
14+
steps:
15+
- script: npm i # replace with 'npm ci' after committing lock file from first install
16+
displayName: 'Install dependencies'
17+
- script: npm run lint
18+
displayName: 'Run linter'
19+
continueOnError: true
20+
- script: npm run build
21+
displayName: 'Build the project'
22+
- script: npm run test
23+
displayName: 'Run tests'
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: Azure CI
2+
3+
trigger:
4+
branches:
5+
include: [ $(yamlDefaultBranch) ]
6+
7+
pr:
8+
branches:
9+
include: [ $(yamlDefaultBranch) ]
10+
11+
pool:
12+
vmImage: 'ubuntu-latest'
13+
14+
steps:
15+
- script: npm i # replace with 'npm ci' after committing lock file from first install
16+
displayName: 'Install dependencies'
17+
- script: npm run lint
18+
displayName: 'Run linter'
19+
continueOnError: true
20+
- script: npm run build
21+
displayName: 'Build the project'
22+
- script: npm run test
23+
displayName: 'Run tests'
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: Azure CI
2+
3+
trigger:
4+
branches:
5+
include: [ <%=yamlDefaultBranch%> ]
6+
7+
pr:
8+
branches:
9+
include: [ <%=yamlDefaultBranch%> ]
10+
11+
pool:
12+
vmImage: 'ubuntu-latest'
13+
14+
steps:
15+
- script: npm i # replace with 'npm ci' after committing lock file from first install
16+
displayName: 'Install dependencies'
17+
- script: npm run lint
18+
displayName: 'Run linter'
19+
continueOnError: true
20+
- script: npm run build
21+
displayName: 'Build the project'
22+
- script: npm run test -- --watch=false --browsers ChromeHeadless
23+
displayName: 'Run tests'
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: Azure CI
2+
3+
trigger:
4+
branches:
5+
include: [ <%=yamlDefaultBranch%> ]
6+
7+
pr:
8+
branches:
9+
include: [ <%=yamlDefaultBranch%> ]
10+
11+
pool:
12+
vmImage: 'ubuntu-latest'
13+
14+
steps:
15+
- script: npm i # replace with 'npm ci' after committing lock file from first install
16+
displayName: 'Install dependencies'
17+
- script: npm run lint
18+
displayName: 'Run linter'
19+
continueOnError: true
20+
- script: npm run build
21+
displayName: 'Build the project'
22+
- script: npm run test -- --watch=false --browsers ChromeHeadless
23+
displayName: 'Run tests'
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: Azure CI
2+
3+
trigger:
4+
branches:
5+
include: [ <%=yamlDefaultBranch%> ]
6+
7+
pr:
8+
branches:
9+
include: [ <%=yamlDefaultBranch%> ]
10+
11+
pool:
12+
vmImage: 'ubuntu-latest'
13+
14+
steps:
15+
- script: npm i # replace with 'npm ci' after committing lock file from first install
16+
displayName: 'Install dependencies'
17+
- script: npm run lint
18+
displayName: 'Run linter'
19+
continueOnError: true
20+
- script: npm run build
21+
displayName: 'Build the project'
22+
- script: npm run test -- --watch=false --browsers ChromeHeadless
23+
displayName: 'Run tests'
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: Azure CI
2+
3+
trigger:
4+
branches:
5+
include: [ <%=yamlDefaultBranch%> ]
6+
7+
pr:
8+
branches:
9+
include: [ <%=yamlDefaultBranch%> ]
10+
11+
pool:
12+
vmImage: 'ubuntu-latest'
13+
14+
steps:
15+
- script: npm i # replace with 'npm ci' after committing lock file from first install
16+
displayName: 'Install dependencies'
17+
- script: npm run lint
18+
displayName: 'Run linter'
19+
continueOnError: true
20+
- script: npm run build
21+
displayName: 'Build the project'
22+
- script: npm run test -- --watch=false --browsers ChromeHeadless
23+
displayName: 'Run tests'

0 commit comments

Comments
 (0)