Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Commit

Permalink
Switch order of testing and linting in CI (#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
radu-matei authored Feb 11, 2019
1 parent eaa7595 commit e5c1f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brigade.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ function build(e, project) {
`cp -a /src/.git ${localPath}`,
`cd ${localPath}`,
"make bootstrap",
"make test",
"make lint",
"make test"
];

return build
Expand Down

0 comments on commit e5c1f5a

Please sign in to comment.