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

Commit

Permalink
Fix node shipit checks
Browse files Browse the repository at this point in the history
  • Loading branch information
gmcgibbon committed Dec 11, 2020
1 parent 1072097 commit 985ee49
Showing 1 changed file with 12 additions and 3 deletions.
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}

0 comments on commit 985ee49

Please sign in to comment.