Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
shihabmridha committed Jun 26, 2023
1 parent 71115fd commit 31b6eff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ pool:
steps:
- task: NodeTool@0
inputs:
versionSpec: "12.x"
versionSpec: "18.x"
displayName: "Install Node.js"

- script: |
npm install
displayName: "Installing dependencies"
- script: tsc -p .
- script: npm run compile
displayName: "Compiling typescript"

- script: NODE_ENV=$(NODE_ENV) LOG_LEVEL=debug DB_PWD=$(DB_PASSWORD) DB_USER=$(DB_USERNAME) DB_HOST=$(DB_HOST) DB_NAME=$(DB_NAME) ./node_modules/.bin/jest --forceExit ./build/test/
Expand Down

0 comments on commit 31b6eff

Please sign in to comment.