diff --git a/.github/workflows/populate-maven-cache.yml b/.github/workflows/populate-maven-cache.yml index 27204d431..b3f84c98b 100644 --- a/.github/workflows/populate-maven-cache.yml +++ b/.github/workflows/populate-maven-cache.yml @@ -53,5 +53,8 @@ jobs: - name: Download all dependencies run: mvn dependency:go-offline + - name: Install NodeJS and npm + run: mvn frontend:install-node-and-npm --activate-profiles frontend + - name: List downloaded artifacts run: find ~/.m2/repository -type f -name '*.jar'