diff --git a/.github/workflows/frontend-cicd.yml b/.github/workflows/frontend-cicd.yml index 0391a39..c4f1a64 100644 --- a/.github/workflows/frontend-cicd.yml +++ b/.github/workflows/frontend-cicd.yml @@ -27,7 +27,7 @@ concurrency: jobs: build: - runs-on: ubuntu-latest + runs-on: runner-cluster-htl-set defaults: run: working-directory: frontend # Set default working directory for all run steps @@ -45,6 +45,9 @@ jobs: - name: Install dependencies run: npm ci --prefer-offline --legacy-peer-deps + - name: Run tests + run: npm run test + - name: Configure Next.js for pages uses: actions/configure-pages@v5 with: