Skip to content

Commit

Permalink
ci: tmp perf data
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotell committed Jul 22, 2024
1 parent 83a12b2 commit a7ff161
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .devops/templates/build-test-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,19 @@ steps:
env:
DANGER_GITHUB_API_TOKEN: $(DANGER_GITHUB_API_TOKEN)
# REMOVE START
- script: |
yarn lage build --verbose
displayName: build
- script: |
yarn lage test --verbose
displayName: test
- script: |
yarn lage test --verbose --runInBand
displayName: test (runIBand)
# REMOVE END

- script: |
yarn buildci $(sinceArg)
displayName: build, test, lint, test-ssr
Expand Down

0 comments on commit a7ff161

Please sign in to comment.