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

Commit

Permalink
Merge pull request #1707 from Shopify/fix_shipit_checks
Browse files Browse the repository at this point in the history
Fix node shipit checks
  • Loading branch information
gmcgibbon authored Dec 11, 2020
2 parents 1072097 + 985ee49 commit f813b7f
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 f813b7f

Please sign in to comment.