Skip to content

Commit

Permalink
Added tests
Browse files Browse the repository at this point in the history
  • Loading branch information
iamvishnusankar committed Aug 9, 2023
1 parent 6439f5f commit 0c16f87
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions azure-pipeline.yml
Expand Up @@ -52,6 +52,13 @@ steps:
targetType: 'inline'
script: 'yarn workspace next-sitemap build && yarn workspace next-sitemap postbuild'

# Test
- task: Bash@3
displayName: 'Test'
inputs:
targetType: 'inline'
script: 'yarn test --ci'

# Copy README
- task: Bash@3
displayName: 'Copy README'
Expand Down

0 comments on commit 0c16f87

Please sign in to comment.