Add prettier test back to PR check list
This commit is contained in:
parent
e53067e20c
commit
0690347424
1 changed files with 9 additions and 9 deletions
|
|
@ -37,15 +37,15 @@ variables:
|
||||||
stages:
|
stages:
|
||||||
# PR's
|
# PR's
|
||||||
- ${{ if eq(variables['Build.Reason'], 'PullRequest') }}:
|
- ${{ if eq(variables['Build.Reason'], 'PullRequest') }}:
|
||||||
# - stage: TestFormat
|
- stage: TestFormat
|
||||||
# displayName: Test Code Format
|
displayName: Test Code Format
|
||||||
# jobs:
|
jobs:
|
||||||
# - job: checkFormatting
|
- job: checkFormatting
|
||||||
# displayName: Check formatting
|
displayName: Check formatting
|
||||||
# container: prettier-node
|
container: prettier-node
|
||||||
# steps:
|
steps:
|
||||||
# - bash: prettier --check "$(Build.SourcesDirectory)/src/**/*.(js|vue)"
|
- bash: prettier --check "$(Build.SourcesDirectory)/src/**/*.(js|vue)"
|
||||||
# displayName: Run Prettier check
|
displayName: Run Prettier check
|
||||||
|
|
||||||
- stage: TestPr
|
- stage: TestPr
|
||||||
displayName: Run Unit Tests For PullRequest
|
displayName: Run Unit Tests For PullRequest
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue