OpenBankingToolkit / openbanking-aspsp

ForgeRock OpenBanking ASPSP
Apache License 2.0
5 stars 4 forks source link

Improve the PR build to only verify the right code #43

Closed qcastel closed 4 years ago

qcastel commented 4 years ago

When modifying the UI code, the PR pipeline is also checking the java code, which is quite slow.

An improvement could be to only do some java code check if the java code has been updated.

shprink commented 4 years ago

example:

on:
  push:
    paths:
      - ".github/workflows/ui.yml"
      - "forgerock-openbanking-ui/**"