Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Fix node shipit checks #1707

Merged
merged 1 commit into from
Dec 11, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 12 additions & 3 deletions shipit.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
ci:
require:
- node-tests (10.x)
- node-tests (12.x)
- node-tests (14.x)
- node-unit-tests (10.x)
- node-unit-tests (12.x)
- node-unit-tests (14.x)
- node-e2e-tests (10.x)
- node-e2e-tests (12.x)
- node-e2e-tests (14.x)
- node-lint (10.x)
- node-lint (12.x)
- node-lint (14.x)
- node-build (10.x)
- node-build (12.x)
- node-build (14.x)
dependencies:
post:
- yarn run build: {timeout: 1800}