Altinn / altinn-studio

Next generation open source Altinn platform and applications.
https://docs.altinn.studio
BSD 3-Clause "New" or "Revised" License
109 stars 73 forks source link

Optimize PR checks #13032

Open mlqn opened 4 days ago

mlqn commented 4 days ago

Description

Here is the list of optimizations made on PR checks:

There are more optimizations that can be made, particularly regarding caching during the installation of Playwright, but this requires more work, so I have created a separate issue for that (see: https://github.com/Altinn/altinn-studio/issues/13028).

PR checks

BEFORE AFTER
![before](https://github.com/Altinn/altinn-studio/assets/24462611/dc1a9a51-3726-414d-9a12-d2d0f8bde779) ![after](https://github.com/Altinn/altinn-studio/assets/24462611/3b7eff35-1747-4fd6-b719-f373fed6cff3)

Docker layer caching

BEFORE AFTER
before after

Related Issue(s)

Verification