Not sure if this is possible, but is there a way to speed up the Drone tests at all? Currently they're quite slow as we're running npm install
each time (https://github.com/joomla/joomla-cms/blob/staging/.drone.yml#L24)
Maybe using something like: https://www.npmjs.com/package/npm-cache
Labels |
Added:
?
|
Labels |
Added:
?
|
I made a quick check, drone can't cache (it was able to do it in the past but it seems they removed this function for whatever reason). The install takes 16 seconds so there is not so much to optimise.
Category | ⇒ | Unit Tests |
Status | New | ⇒ | Discussion |
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-04-22 08:37:08 |
Closed_By | ⇒ | C-Lodder |
Just to confirm we are speaking about the same, under 1 minute is slow?