altinn-studio
altinn-studio copied to clipboard
Remove duplicated PR checks
Description
I suggest optimizing PR checks by removing some duplicated checks
The Docker image is built several times
-
Playwright tests on pr
runsdocker compose build --no-cache
anddocker compose up -d --remove-orphans
-
Docker build
runsdocker build .
The solution is built several times
-
Frontend Tests
runyarn build
- Building docker images already runs
yarn build
Yarn and yarn packages are installed several times
Additional Information
No response
Tasks
No response
Acceptance Criterias
No response