Skip to content

Commit

Permalink
Merge branch 'dev' into throw-without-initialize
Browse files Browse the repository at this point in the history
  • Loading branch information
hectormmg authored Jul 24, 2023
2 parents 3de9243 + 015fd7c commit 4dc7f53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pipelines/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ jobs:
displayName: "Build Libraries"
inputs:
command: "custom"
customCommand: "run build"
customCommand: "run build --workspace=lib/** --workspace=extensions/**"

- task: Npm@1
displayName: "Run tests"
continueOnError: true
inputs:
command: "custom"
customCommand: "run test"
customCommand: "run test --workspace=lib/** --workspace=extensions/**"

- task: CodeQL3000Finalize@0

0 comments on commit 4dc7f53

Please sign in to comment.