Skip to content

Commit

Permalink
React to template changes (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
lszomoru authored Nov 3, 2022
1 parent bfd45ab commit 374a5a3
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions build/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ extends:
npmPackages:
- name: vscode-textmate

buildPlatforms:
- name: Linux
nodeVersions:
- 16.x

buildSteps:
- script: npm ci
displayName: Install dependencies
Expand All @@ -41,7 +36,18 @@ extends:
- script: npm run bundle
displayName: Bundle

testPlatforms:
- name: Linux
nodeVersions:
- 16.x

testSteps:
- script: npm ci
displayName: Install dependencies

- script: npm run compile
displayName: Compile

- script: npm test
displayName: Test

Expand Down

0 comments on commit 374a5a3

Please sign in to comment.