altinn-studio icon indicating copy to clipboard operation
altinn-studio copied to clipboard

Remove duplicated PR checks

Open mlqn opened this issue 11 months ago • 0 comments

Description

I suggest optimizing PR checks by removing some duplicated checks

The Docker image is built several times

  • Playwright tests on pr runs docker compose build --no-cache and docker compose up -d --remove-orphans
  • Docker build runs docker build .

The solution is built several times

  • Frontend Tests run yarn 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

mlqn avatar Mar 10 '24 19:03 mlqn