Skip to content

Commit

Permalink
ci: move hack to new pipeline definition after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotell committed Feb 19, 2024
1 parent 041e50a commit 3c16c43
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .devops/templates/build-test-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,12 @@ steps:
env:
DANGER_GITHUB_API_TOKEN: $(DANGER_GITHUB_API_TOKEN)
- script: |
node ./scripts/executors/type-check-ci-hack.js --base $(targetBranch)
displayName: type-check perf preparation
- script: |
yarn buildci $(sinceArg)
displayName: build, test, lint, test-ssr
displayName: build, test, lint, test-ssr, type-check
- template: cleanup.yml

0 comments on commit 3c16c43

Please sign in to comment.