diff --git a/.github/workflows/continuous-deployment.yml b/.github/workflows/continuous-deployment.yml index cadff31a..e0a4e369 100644 --- a/.github/workflows/continuous-deployment.yml +++ b/.github/workflows/continuous-deployment.yml @@ -74,6 +74,9 @@ jobs: distribution: temurin java-version: 21 + - name: Install Apache Wicket dependencies + run: pnpm run wicket:install + - name: Cache dependencies uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 with: