diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 022b109..01f4af7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,6 +48,23 @@ jobs: ###### Required to build OIDC App ###### + ###### Required to build Astrolabe App ###### + + - name: Set up Node.js for Astrolabe + uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 + with: + node-version: '20' + + - name: Build Astrolabe app + run: | + cd third_party/astrolabe + composer install --no-dev --optimize-autoloader + npm ci + npm run build + + ###### Required to build Astrolabe App ###### + + - name: Run docker compose uses: hoverkraft-tech/compose-action@248470ecc5ed40d8ed3d4480d8260d77179ef579 # v2.4.2 with: